Html Css Color HEX #377FC9 Curious Blue

📋 copy color: '#377FC9'

red 55 ◦ green 127 ◦ blue 201

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

Shades of Curious Blue #377FC9

Tints of Curious Blue #377FC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 52.48%

R = 14.36%
G = 33.16%
B = 52.48%

CMYK

 C value IS 0.73

 M value IS 0.37

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#377FC9 (or 0x377FC9) is known color: Curious Blue. HEX triplet: 37, 7F and C9. RGB value is (55,127,201). Sum of RGB (Red+Green+Blue) = 55+127+201=383 (50% of max value = 765). Red value is 55 (21.88% from 255 or 14.36% from 383); Green value is 127 (50% from 255 or 33.16% from 383); Blue value is 201 (78.91% from 255 or 52.48% from 383); Max value from RGB is 201 - color contains mainly: blue. Hex color #377FC9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #377FC9 is #C88036. Grayscale: #717171. Windows color (decimal): -13140023 or 13205303. OLE color: 13205303.

HSL color Cylindrical-coordinate representation of color #377FC9: hue angle of 210.41º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #377FC9 is Cyan = 0.73, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 55 127 201 -
CMYK 0.73 0.37 0 0.21
HSL 210.41º 0.57% 0.5% -
HSV(B) 210.41º 0.73% 0.79% -
XYZ 19.71 20.21 58.12 -
YUV 113.91 177.15 85.98 -
System Red Green Blue C M Y K H S L
Decimal 55 127 201 0.73 0.37 0 0.21 210.41 0.57 0.5
Hex 37 7F C9 49 25 0 15 D2 39 32
Octal 67 177 311 111 45 0 25 322 71 62
Binary 110111 1111111 11001001 1001001 100101 0 10101 11010010 111001 110010

Color Harmonies of #377FC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #377FC9

Black with #377FC9

Text Example


Text Example

White with #377FC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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