#377dc2

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

Shades of Curious Blue #377DC2

Tints of Curious Blue #377DC2

Color information

#377DC2 (or 0x377DC2) is unknown color: approx Curious Blue. HEX triplet: 37, 7D and C2. RGB value is (55,125,194). Sum of RGB (Red+Green+Blue) = 55+125+194=374 (49% of max value = 765). Red value is 55 (21.88% from 255 or 14.71% from 374); Green value is 125 (49.22% from 255 or 33.42% from 374); Blue value is 194 (76.17% from 255 or 51.87% from 374); Max value from RGB is 194 - color contains mainly: blue. Hex color #377DC2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #377DC2 is #C8823D. Grayscale: #6F6F6F. Windows color (decimal): -13140542 or 12746039. OLE color: 12746039.

HSL color Cylindrical-coordinate representation of color #377DC2: hue angle of 209.78º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #377DC2 is Cyan = 0.72, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB55125194-
CMYK0.720.3600.24
HSL209.78º55.82%48.82%-
HSV(B)209.78º71.65%76.08%-
XYZ18.6519.3753.8-
YUV111.94174.3187.39-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 14.71%
GREEN value IS 125 (49.22% from 255) = 33.42%
BLUE value IS 194 (76.17% from 255) = 51.87%
R=14.71%
G=33.42%
B=51.87%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal551251940.720.3600.24209.7855.8248.82
Hex377DC24824018d23831
Octal67175302110440303227061
Binary110111111110111000010100100010010001100011010010111000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #377dc2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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