Html Css Color HEX #377ECC Curious Blue

📋 copy color: '#377ECC'

red 55 ◦ green 126 ◦ blue 204

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

Shades of Curious Blue #377ECC

Tints of Curious Blue #377ECC

RGB

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

 GREEN value IS 126 (49.61% from 255) = 32.73%

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

R = 14.29%
G = 32.73%
B = 52.99%

CMYK

 C value IS 0.73

 M value IS 0.38

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#377ECC (or 0x377ECC) is known color: Curious Blue. HEX triplet: 37, 7E and CC. RGB value is (55,126,204). Sum of RGB (Red+Green+Blue) = 55+126+204=385 (50% of max value = 765). Red value is 55 (21.88% from 255 or 14.29% from 385); Green value is 126 (49.61% from 255 or 32.73% from 385); Blue value is 204 (80.08% from 255 or 52.99% from 385); Max value from RGB is 204 - color contains mainly: blue. Hex color #377ECC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #377ECC is #C88133. Grayscale: #717171. Windows color (decimal): -13140276 or 13401655. OLE color: 13401655.

HSL color Cylindrical-coordinate representation of color #377ECC: hue angle of 211.41º 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 #377ECC is Cyan = 0.73, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 55 126 204 -
CMYK 0.73 0.38 0 0.2
HSL 211.41º 0.59% 0.51% -
HSV(B) 211.41º 0.73% 0.8% -
XYZ 19.94 20.09 59.95 -
YUV 113.66 178.98 86.16 -
System Red Green Blue C M Y K H S L
Decimal 55 126 204 0.73 0.38 0 0.2 211.41 0.59 0.51
Hex 37 7E CC 49 26 0 14 D3 3B 33
Octal 67 176 314 111 46 0 24 323 73 63
Binary 110111 1111110 11001100 1001001 100110 0 10100 11010011 111011 110011

Color Harmonies of #377ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #377ECC

Black with #377ECC

Text Example


Text Example

White with #377ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #377ECC; }

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

 H1.HeaderClassName
 {
   color: #377ECC;
 }
 .AnyTagClassName
 {
   color: #377ECC;
 }
</style>

background-color css

<style>
 a { background-color: #377ECC; }

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

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

border-color css

<style>
 span { border-color: #377ECC; }

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

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