#387984

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

Shades of Calypso #387984

Tints of Calypso #387984

Color information

#387984 (or 0x387984) is unknown color: approx Calypso. HEX triplet: 38, 79 and 84. RGB value is (56,121,132). Sum of RGB (Red+Green+Blue) = 56+121+132=309 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.12% from 309); Green value is 121 (47.66% from 255 or 39.16% from 309); Blue value is 132 (51.95% from 255 or 42.72% from 309); Max value from RGB is 132 - color contains mainly: blue. Hex color #387984 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #387984 is #C7867B. Grayscale: #666666. Windows color (decimal): -13076092 or 8681784. OLE color: 8681784.

HSL color Cylindrical-coordinate representation of color #387984: hue angle of 188.68º degrees, saturation: 0.4, 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 #387984 is Cyan = 0.58, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB56121132-
CMYK0.580.0800.48
HSL188.68º40.43%36.86%-
HSV(B)188.68º57.58%51.76%-
XYZ12.6316.1824.29-
YUV102.82144.4794.61-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 18.12%
GREEN value IS 121 (47.66% from 255) = 39.16%
BLUE value IS 132 (51.95% from 255) = 42.72%
R=18.12%
G=39.16%
B=42.72%

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
Decimal561211320.580.0800.48188.6840.4336.86
Hex3879843A8030bd2825
Octal7017120472100602755045
Binary1110001111001100001001110101000011000010111101101000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #387984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #387984; }

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

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

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

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

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

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

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

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