Html Css Color HEX #3377CE Curious Blue

📋 copy color: '#3377CE'

red 51 ◦ green 119 ◦ blue 206

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

Shades of Curious Blue #3377CE

Tints of Curious Blue #3377CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 54.79%

R = 13.56%
G = 31.65%
B = 54.79%

CMYK

 C value IS 0.75

 M value IS 0.42

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#3377CE (or 0x3377CE) is known color: Curious Blue. HEX triplet: 33, 77 and CE. RGB value is (51,119,206). Sum of RGB (Red+Green+Blue) = 51+119+206=376 (49% of max value = 765). Red value is 51 (20.31% from 255 or 13.56% from 376); Green value is 119 (46.88% from 255 or 31.65% from 376); Blue value is 206 (80.86% from 255 or 54.79% from 376); Max value from RGB is 206 - color contains mainly: blue. Hex color #3377CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3377CE is #CC8831. Grayscale: #6C6C6C. Windows color (decimal): -13404210 or 13530931. OLE color: 13530931.

HSL color Cylindrical-coordinate representation of color #3377CE: hue angle of 213.68º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3377CE is Cyan = 0.75, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 51 119 206 -
CMYK 0.75 0.42 0 0.19
HSL 213.68º 0.61% 0.5% -
HSV(B) 213.68º 0.75% 0.81% -
XYZ 19.1 18.35 60.93 -
YUV 108.59 182.97 86.93 -
System Red Green Blue C M Y K H S L
Decimal 51 119 206 0.75 0.42 0 0.19 213.68 0.61 0.5
Hex 33 77 CE 4B 2A 0 13 D6 3D 32
Octal 63 167 316 113 52 0 23 326 75 62
Binary 110011 1110111 11001110 1001011 101010 0 10011 11010110 111101 110010

Color Harmonies of #3377CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3377CE

Black with #3377CE

Text Example


Text Example

White with #3377CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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