#377984

Color #377984 Calypso (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Calypso #377984

Tints of Calypso #377984

Color information

#377984 (or 0x377984) is unknown color: approx Calypso. HEX triplet: 37, 79 and 84. RGB value is (55,121,132). Sum of RGB (Red+Green+Blue) = 55+121+132=308 (40% of max value = 765). Red value is 55 (21.88% from 255 or 17.86% from 308); Green value is 121 (47.66% from 255 or 39.29% from 308); Blue value is 132 (51.95% from 255 or 42.86% from 308); Max value from RGB is 132 - color contains mainly: blue. Hex color #377984 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #377984 is #C8867B. Grayscale: #666666. Windows color (decimal): -13141628 or 8681783. OLE color: 8681783.

HSL color Cylindrical-coordinate representation of color #377984: hue angle of 188.57º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #377984 is Cyan = 0.58, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB55121132-
CMYK0.580.0800.48
HSL188.57º41.18%36.67%-
HSV(B)188.57º58.33%51.76%-
XYZ12.5816.1524.28-
YUV102.52144.6394.11-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 17.86%
GREEN value IS 121 (47.66% from 255) = 39.29%
BLUE value IS 132 (51.95% from 255) = 42.86%
R=17.86%
G=39.29%
B=42.86%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal551211320.580.0800.48188.5741.1836.67
Hex3779843A8030bd2925
Octal6717120472100602755145
Binary1101111111001100001001110101000011000010111101101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #377984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #377984; }

 p { color: rgb(55,121,132); }

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

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

 a { background-color: rgb(55,121,132); }

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

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

 span { border-color: rgb(55,121,132); }

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