Html Css Color HEX #377CC7 Curious Blue

📋 copy color: '#377CC7'

red 55 ◦ green 124 ◦ blue 199

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

Shades of Curious Blue #377CC7

Tints of Curious Blue #377CC7

RGB

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

 GREEN value IS 124 (48.83% from 255) = 32.8%

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

R = 14.55%
G = 32.8%
B = 52.65%

CMYK

 C value IS 0.72

 M value IS 0.38

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#377CC7 (or 0x377CC7) is known color: Curious Blue. HEX triplet: 37, 7C and C7. RGB value is (55,124,199). Sum of RGB (Red+Green+Blue) = 55+124+199=378 (50% of max value = 765). Red value is 55 (21.88% from 255 or 14.55% from 378); Green value is 124 (48.83% from 255 or 32.80% from 378); Blue value is 199 (78.12% from 255 or 52.65% from 378); Max value from RGB is 199 - color contains mainly: blue. Hex color #377CC7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #377CC7 is #C88338. Grayscale: #6F6F6F. Windows color (decimal): -13140793 or 13073463. OLE color: 13073463.

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

Color convert

RGB 55 124 199 -
CMYK 0.72 0.38 0 0.22
HSL 211.25º 0.57% 0.5% -
HSV(B) 211.25º 0.72% 0.78% -
XYZ 19.09 19.35 56.76 -
YUV 111.92 177.14 87.4 -
System Red Green Blue C M Y K H S L
Decimal 55 124 199 0.72 0.38 0 0.22 211.25 0.57 0.5
Hex 37 7C C7 48 26 0 16 D3 39 32
Octal 67 174 307 110 46 0 26 323 71 62
Binary 110111 1111100 11000111 1001000 100110 0 10110 11010011 111001 110010

Color Harmonies of #377CC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #377CC7

Black with #377CC7

Text Example


Text Example

White with #377CC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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