Html Css Color HEX #377FC7 Curious Blue

📋 copy color: '#377FC7'

red 55 ◦ green 127 ◦ blue 199

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

Shades of Curious Blue #377FC7

Tints of Curious Blue #377FC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 52.23%

R = 14.44%
G = 33.33%
B = 52.23%

CMYK

 C value IS 0.72

 M value IS 0.36

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#377FC7 (or 0x377FC7) is known color: Curious Blue. HEX triplet: 37, 7F and C7. RGB value is (55,127,199). Sum of RGB (Red+Green+Blue) = 55+127+199=381 (50% of max value = 765). Red value is 55 (21.88% from 255 or 14.44% from 381); Green value is 127 (50% from 255 or 33.33% from 381); Blue value is 199 (78.12% from 255 or 52.23% from 381); Max value from RGB is 199 - color contains mainly: blue. Hex color #377FC7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #377FC7 is #C88038. Grayscale: #717171. Windows color (decimal): -13140025 or 13074231. OLE color: 13074231.

HSL color Cylindrical-coordinate representation of color #377FC7: hue angle of 210º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #377FC7 is Cyan = 0.72, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 55 127 199 -
CMYK 0.72 0.36 0 0.22
HSL 210º 0.57% 0.5% -
HSV(B) 210º 0.72% 0.78% -
XYZ 19.47 20.11 56.89 -
YUV 113.68 176.15 86.15 -
System Red Green Blue C M Y K H S L
Decimal 55 127 199 0.72 0.36 0 0.22 210 0.57 0.5
Hex 37 7F C7 48 24 0 16 D2 39 32
Octal 67 177 307 110 44 0 26 322 71 62
Binary 110111 1111111 11000111 1001000 100100 0 10110 11010010 111001 110010

Color Harmonies of #377FC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #377FC7

Black with #377FC7

Text Example


Text Example

White with #377FC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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