Html Css Color HEX #3377CB Curious Blue

📋 copy color: '#3377CB'

red 51 ◦ green 119 ◦ blue 203

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

Shades of Curious Blue #3377CB

Tints of Curious Blue #3377CB

RGB

 RED value IS 51 (20.31% from 255) = 13.67%

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

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

R = 13.67%
G = 31.9%
B = 54.42%

CMYK

 C value IS 0.75

 M value IS 0.41

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#3377CB (or 0x3377CB) is known color: Curious Blue. HEX triplet: 33, 77 and CB. RGB value is (51,119,203). Sum of RGB (Red+Green+Blue) = 51+119+203=373 (49% of max value = 765). Red value is 51 (20.31% from 255 or 13.67% from 373); Green value is 119 (46.88% from 255 or 31.90% from 373); Blue value is 203 (79.69% from 255 or 54.42% from 373); Max value from RGB is 203 - color contains mainly: blue. Hex color #3377CB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3377CB is #CC8834. Grayscale: #6B6B6B. Windows color (decimal): -13404213 or 13334323. OLE color: 13334323.

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

Color convert

RGB 51 119 203 -
CMYK 0.75 0.41 0 0.20
HSL 213.16º 0.6% 0.5% -
HSV(B) 213.16º 0.75% 0.8% -
XYZ 18.74 18.21 59.03 -
YUV 108.24 181.47 87.17 -
System Red Green Blue C M Y K H S L
Decimal 51 119 203 0.75 0.41 0 0.20 213.16 0.6 0.5
Hex 33 77 CB 4B 29 0 14 D5 3C 32
Octal 63 167 313 113 51 0 24 325 74 62
Binary 110011 1110111 11001011 1001011 101001 0 10100 11010101 111100 110010

Color Harmonies of #3377CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3377CB

Black with #3377CB

Text Example


Text Example

White with #3377CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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