Html Css Color HEX #377FCB Curious Blue

📋 copy color: '#377FCB'

red 55 ◦ green 127 ◦ blue 203

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

Shades of Curious Blue #377FCB

Tints of Curious Blue #377FCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 52.73%

R = 14.29%
G = 32.99%
B = 52.73%

CMYK

 C value IS 0.73

 M value IS 0.37

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#377FCB (or 0x377FCB) is known color: Curious Blue. HEX triplet: 37, 7F and CB. RGB value is (55,127,203). Sum of RGB (Red+Green+Blue) = 55+127+203=385 (50% of max value = 765). Red value is 55 (21.88% from 255 or 14.29% from 385); Green value is 127 (50% from 255 or 32.99% from 385); Blue value is 203 (79.69% from 255 or 52.73% from 385); Max value from RGB is 203 - color contains mainly: blue. Hex color #377FCB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #377FCB is #C88034. Grayscale: #717171. Windows color (decimal): -13140021 or 13336375. OLE color: 13336375.

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

Color convert

RGB 55 127 203 -
CMYK 0.73 0.37 0 0.20
HSL 210.81º 0.59% 0.51% -
HSV(B) 210.81º 0.73% 0.8% -
XYZ 19.94 20.3 59.37 -
YUV 114.14 178.15 85.82 -
System Red Green Blue C M Y K H S L
Decimal 55 127 203 0.73 0.37 0 0.20 210.81 0.59 0.51
Hex 37 7F CB 49 25 0 14 D3 3B 33
Octal 67 177 313 111 45 0 24 323 73 63
Binary 110111 1111111 11001011 1001001 100101 0 10100 11010011 111011 110011

Color Harmonies of #377FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #377FCB

Black with #377FCB

Text Example


Text Example

White with #377FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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