Html Css Color HEX #3777CC Curious Blue

📋 copy color: '#3777CC'

red 55 ◦ green 119 ◦ blue 204

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

Shades of Curious Blue #3777CC

Tints of Curious Blue #3777CC

RGB

 RED value IS 55 (21.88% from 255) = 14.55%

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

 BLUE value IS 204 (80.08% from 255) = 53.97%

R = 14.55%
G = 31.48%
B = 53.97%

CMYK

 C value IS 0.73

 M value IS 0.42

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#3777CC (or 0x3777CC) is known color: Curious Blue. HEX triplet: 37, 77 and CC. RGB value is (55,119,204). Sum of RGB (Red+Green+Blue) = 55+119+204=378 (50% of max value = 765). Red value is 55 (21.88% from 255 or 14.55% from 378); Green value is 119 (46.88% from 255 or 31.48% from 378); Blue value is 204 (80.08% from 255 or 53.97% from 378); Max value from RGB is 204 - color contains mainly: blue. Hex color #3777CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3777CC is #C88833. Grayscale: #6D6D6D. Windows color (decimal): -13142068 or 13399863. OLE color: 13399863.

HSL color Cylindrical-coordinate representation of color #3777CC: hue angle of 214.23º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3777CC is Cyan = 0.73, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 55 119 204 -
CMYK 0.73 0.42 0 0.2
HSL 214.23º 0.59% 0.51% -
HSV(B) 214.23º 0.73% 0.8% -
XYZ 19.07 18.37 59.67 -
YUV 109.55 181.3 89.09 -
System Red Green Blue C M Y K H S L
Decimal 55 119 204 0.73 0.42 0 0.2 214.23 0.59 0.51
Hex 37 77 CC 49 2A 0 14 D6 3B 33
Octal 67 167 314 111 52 0 24 326 73 63
Binary 110111 1110111 11001100 1001001 101010 0 10100 11010110 111011 110011

Color Harmonies of #3777CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3777CC

Black with #3777CC

Text Example


Text Example

White with #3777CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3777CC; }

 p { color: rgb(55,119,204); }

 H1.HeaderClassName
 {
   color: #3777CC;
 }
 .AnyTagClassName
 {
   color: #3777CC;
 }
</style>

background-color css

<style>
 a { background-color: #3777CC; }

 a { background-color: rgb(55,119,204); }

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

border-color css

<style>
 span { border-color: #3777CC; }

 span { border-color: rgb(55,119,204); }

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