Html Css Color HEX #377FCE Curious Blue

📋 copy color: '#377FCE'

red 55 ◦ green 127 ◦ blue 206

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

Shades of Curious Blue #377FCE

Tints of Curious Blue #377FCE

RGB

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

 GREEN value IS 127 (50% from 255) = 32.73%

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

R = 14.18%
G = 32.73%
B = 53.09%

CMYK

 C value IS 0.73

 M value IS 0.38

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#377FCE (or 0x377FCE) is known color: Curious Blue. HEX triplet: 37, 7F and CE. RGB value is (55,127,206). Sum of RGB (Red+Green+Blue) = 55+127+206=388 (51% of max value = 765). Red value is 55 (21.88% from 255 or 14.18% from 388); Green value is 127 (50% from 255 or 32.73% from 388); Blue value is 206 (80.86% from 255 or 53.09% from 388); Max value from RGB is 206 - color contains mainly: blue. Hex color #377FCE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #377FCE is #C88031. Grayscale: #727272. Windows color (decimal): -13140018 or 13532983. OLE color: 13532983.

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

Color convert

RGB 55 127 206 -
CMYK 0.73 0.38 0 0.19
HSL 211.39º 0.61% 0.51% -
HSV(B) 211.39º 0.73% 0.81% -
XYZ 20.31 20.45 61.27 -
YUV 114.48 179.65 85.58 -
System Red Green Blue C M Y K H S L
Decimal 55 127 206 0.73 0.38 0 0.19 211.39 0.61 0.51
Hex 37 7F CE 49 26 0 13 D3 3D 33
Octal 67 177 316 111 46 0 23 323 75 63
Binary 110111 1111111 11001110 1001001 100110 0 10011 11010011 111101 110011

Color Harmonies of #377FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #377FCE

Black with #377FCE

Text Example


Text Example

White with #377FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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