Html Css Color HEX #3071BF Curious Blue

📋 copy color: '#3071BF'

red 48 ◦ green 113 ◦ blue 191

#3071BF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Curious Blue #3071BF

Tints of Curious Blue #3071BF

RGB

 RED value IS 48 (19.14% from 255) = 13.64%

 GREEN value IS 113 (44.53% from 255) = 32.1%

 BLUE value IS 191 (75% from 255) = 54.26%

R = 13.64%
G = 32.1%
B = 54.26%

CMYK

 C value IS 0.75

 M value IS 0.41

 Y value IS 0

 K value IS 0.25

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#3071BF (or 0x3071BF) is known color: Curious Blue. HEX triplet: 30, 71 and BF. RGB value is (48,113,191). Sum of RGB (Red+Green+Blue) = 48+113+191=352 (46% of max value = 765). Red value is 48 (19.14% from 255 or 13.64% from 352); Green value is 113 (44.53% from 255 or 32.10% from 352); Blue value is 191 (75% from 255 or 54.26% from 352); Max value from RGB is 191 - color contains mainly: blue. Hex color #3071BF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3071BF is #CF8E40. Grayscale: #666666. Windows color (decimal): -13602369 or 12546352. OLE color: 12546352.

HSL color Cylindrical-coordinate representation of color #3071BF: hue angle of 212.73º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3071BF is Cyan = 0.75, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 48 113 191 -
CMYK 0.75 0.41 0 0.25
HSL 212.73º 0.6% 0.47% -
HSV(B) 212.73º 0.75% 0.75% -
XYZ 16.53 16.2 51.55 -
YUV 102.46 177.97 89.16 -
System Red Green Blue C M Y K H S L
Decimal 48 113 191 0.75 0.41 0 0.25 212.73 0.6 0.47
Hex 30 71 BF 4B 29 0 19 D5 3C 2F
Octal 60 161 277 113 51 0 31 325 74 57
Binary 110000 1110001 10111111 1001011 101001 0 11001 11010101 111100 101111

Color Harmonies of #3071BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3071BF

Black with #3071BF

Text Example


Text Example

White with #3071BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3071BF; }

 p { color: rgb(48,113,191); }

 H1.HeaderClassName
 {
   color: #3071BF;
 }
 .AnyTagClassName
 {
   color: #3071BF;
 }
</style>

background-color css

<style>
 a { background-color: #3071BF; }

 a { background-color: rgb(48,113,191); }

 div.DivClassName
 {
   background-color: #3071BF;
 }
 .BgClassName
 {
   background-color: #3071BF;
 }
</style>

border-color css

<style>
 span { border-color: #3071BF; }

 span { border-color: rgb(48,113,191); }

 td.TdClassName
 {
   border-color: #3071BF;
 }
 .TagClassName
 {
   border-color: #3071BF;
 }
</style>