#387285

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

Shades of Calypso #387285

Tints of Calypso #387285

Color information

#387285 (or 0x387285) is unknown color: approx Calypso. HEX triplet: 38, 72 and 85. RGB value is (56,114,133). Sum of RGB (Red+Green+Blue) = 56+114+133=303 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.48% from 303); Green value is 114 (44.92% from 255 or 37.62% from 303); Blue value is 133 (52.34% from 255 or 43.89% from 303); Max value from RGB is 133 - color contains mainly: blue. Hex color #387285 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #387285 is #C78D7A. Grayscale: #626262. Windows color (decimal): -13077883 or 8745528. OLE color: 8745528.

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

Color convert

RGB56114133-
CMYK0.580.1400.48
HSL194.81º40.74%37.06%-
HSV(B)194.81º57.89%52.16%-
XYZ11.8814.5724.38-
YUV98.82147.2897.46-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 18.48%
GREEN value IS 114 (44.92% from 255) = 37.62%
BLUE value IS 133 (52.34% from 255) = 43.89%
R=18.48%
G=37.62%
B=43.89%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal561141330.580.1400.48194.8140.7437.06
Hex3872853AE030c32925
Octal7016220572160603035145
Binary1110001110010100001011110101110011000011000011101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #387285

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #387285; }

 p { color: rgb(56,114,133); }

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

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

 a { background-color: rgb(56,114,133); }

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

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

 span { border-color: rgb(56,114,133); }

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