Html Css Color HEX #377ECE Curious Blue

📋 copy color: '#377ECE'

red 55 ◦ green 126 ◦ blue 206

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

Shades of Curious Blue #377ECE

Tints of Curious Blue #377ECE

RGB

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

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

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

R = 14.21%
G = 32.56%
B = 53.23%

CMYK

 C value IS 0.73

 M value IS 0.39

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#377ECE (or 0x377ECE) is known color: Curious Blue. HEX triplet: 37, 7E and CE. RGB value is (55,126,206). Sum of RGB (Red+Green+Blue) = 55+126+206=387 (51% of max value = 765). Red value is 55 (21.88% from 255 or 14.21% from 387); Green value is 126 (49.61% from 255 or 32.56% from 387); Blue value is 206 (80.86% from 255 or 53.23% from 387); Max value from RGB is 206 - color contains mainly: blue. Hex color #377ECE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #377ECE is #C88131. Grayscale: #717171. Windows color (decimal): -13140274 or 13532727. OLE color: 13532727.

HSL color Cylindrical-coordinate representation of color #377ECE: hue angle of 211.79º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #377ECE is Cyan = 0.73, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 55 126 206 -
CMYK 0.73 0.39 0 0.19
HSL 211.79º 0.61% 0.51% -
HSV(B) 211.79º 0.73% 0.81% -
XYZ 20.18 20.19 61.23 -
YUV 113.89 179.98 86 -
System Red Green Blue C M Y K H S L
Decimal 55 126 206 0.73 0.39 0 0.19 211.79 0.61 0.51
Hex 37 7E CE 49 27 0 13 D4 3D 33
Octal 67 176 316 111 47 0 23 324 75 63
Binary 110111 1111110 11001110 1001001 100111 0 10011 11010100 111101 110011

Color Harmonies of #377ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #377ECE

Black with #377ECE

Text Example


Text Example

White with #377ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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