Html Css Color HEX #3477CB Curious Blue

📋 copy color: '#3477CB'

red 52 ◦ green 119 ◦ blue 203

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

Shades of Curious Blue #3477CB

Tints of Curious Blue #3477CB

RGB

 RED value IS 52 (20.7% from 255) = 13.9%

 GREEN value IS 119 (46.88% from 255) = 31.82%

 BLUE value IS 203 (79.69% from 255) = 54.28%

R = 13.9%
G = 31.82%
B = 54.28%

CMYK

 C value IS 0.74

 M value IS 0.41

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#3477CB (or 0x3477CB) is known color: Curious Blue. HEX triplet: 34, 77 and CB. RGB value is (52,119,203). Sum of RGB (Red+Green+Blue) = 52+119+203=374 (49% of max value = 765). Red value is 52 (20.70% from 255 or 13.90% from 374); Green value is 119 (46.88% from 255 or 31.82% from 374); Blue value is 203 (79.69% from 255 or 54.28% from 374); Max value from RGB is 203 - color contains mainly: blue. Hex color #3477CB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3477CB is #CB8834. Grayscale: #6C6C6C. Windows color (decimal): -13338677 or 13334324. OLE color: 13334324.

HSL color Cylindrical-coordinate representation of color #3477CB: hue angle of 213.38º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3477CB is Cyan = 0.74, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 52 119 203 -
CMYK 0.74 0.41 0 0.20
HSL 213.38º 0.59% 0.5% -
HSV(B) 213.38º 0.74% 0.8% -
XYZ 18.79 18.24 59.03 -
YUV 108.54 181.3 87.67 -
System Red Green Blue C M Y K H S L
Decimal 52 119 203 0.74 0.41 0 0.20 213.38 0.59 0.5
Hex 34 77 CB 4A 29 0 14 D5 3B 32
Octal 64 167 313 112 51 0 24 325 73 62
Binary 110100 1110111 11001011 1001010 101001 0 10100 11010101 111011 110010

Color Harmonies of #3477CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3477CB

Black with #3477CB

Text Example


Text Example

White with #3477CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3477CB; }

 p { color: rgb(52,119,203); }

 H1.HeaderClassName
 {
   color: #3477CB;
 }
 .AnyTagClassName
 {
   color: #3477CB;
 }
</style>

background-color css

<style>
 a { background-color: #3477CB; }

 a { background-color: rgb(52,119,203); }

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

border-color css

<style>
 span { border-color: #3477CB; }

 span { border-color: rgb(52,119,203); }

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