#377CCD

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

Shades of Curious Blue #377CCD

Tints of Curious Blue #377CCD

Color information

#377CCD (or 0x377CCD) is unknown color: approx Curious Blue. HEX triplet: 37, 7C and CD. RGB value is (55,124,205). Sum of RGB (Red+Green+Blue) = 55+124+205=384 (50% of max value = 765). Red value is 55 (21.88% from 255 or 14.32% from 384); Green value is 124 (48.83% from 255 or 32.29% from 384); Blue value is 205 (80.47% from 255 or 53.39% from 384); Max value from RGB is 205 - color contains mainly: blue. Hex color #377CCD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #377CCD is #C88332. Grayscale: #707070. Windows color (decimal): -13140787 or 13466679. OLE color: 13466679.

HSL color Cylindrical-coordinate representation of color #377CCD: hue angle of 212.4º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #377CCD is Cyan = 0.73, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB55124205-
CMYK0.730.4000.20
HSL212.4º60%50.98%-
HSV(B)212.4º73.17%80.39%-
XYZ19.819.6460.5-
YUV112.6180.1486.91-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 14.32%
GREEN value IS 124 (48.83% from 255) = 32.29%
BLUE value IS 205 (80.47% from 255) = 53.39%
R=14.32%
G=32.29%
B=53.39%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal551242050.730.4000.20212.46050.98
Hex377CCD4928014d43c33
Octal67174315111500243247463
Binary110111111110011001101100100110100001010011010100111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #377CCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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