#377DCA

Color #377DCA Curious Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Curious Blue #377DCA

Tints of Curious Blue #377DCA

Color information

#377DCA (or 0x377DCA) is unknown color: approx Curious Blue. HEX triplet: 37, 7D and CA. RGB value is (55,125,202). Sum of RGB (Red+Green+Blue) = 55+125+202=382 (50% of max value = 765). Red value is 55 (21.88% from 255 or 14.40% from 382); Green value is 125 (49.22% from 255 or 32.72% from 382); Blue value is 202 (79.30% from 255 or 52.88% from 382); Max value from RGB is 202 - color contains mainly: blue. Hex color #377DCA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #377DCA is #C88235. Grayscale: #707070. Windows color (decimal): -13140534 or 13270327. OLE color: 13270327.

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

Color convert

RGB55125202-
CMYK0.730.3800.21
HSL211.43º58.1%50.39%-
HSV(B)211.43º72.77%79.22%-
XYZ19.5719.7458.66-
YUV112.85178.3186.74-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 14.40%
GREEN value IS 125 (49.22% from 255) = 32.72%
BLUE value IS 202 (79.30% from 255) = 52.88%
R=14.40%
G=32.72%
B=52.88%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal551252020.730.3800.21211.4358.150.39
Hex377DCA4926015d33a32
Octal67175312111460253237262
Binary110111111110111001010100100110011001010111010011111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #377DCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,125,202); }

 H1.HeaderClassName
 {
   color: #377DCA;
 }
 .AnyTagClassName
 {
   color: #377DCA;
 }
</style>
background-color css

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

 a { background-color: rgb(55,125,202); }

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

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

 span { border-color: rgb(55,125,202); }

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