#417287

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

Shades of Calypso #417287

Tints of Calypso #417287

Color information

#417287 (or 0x417287) is unknown color: approx Calypso. HEX triplet: 41, 72 and 87. RGB value is (65,114,135). Sum of RGB (Red+Green+Blue) = 65+114+135=314 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.70% from 314); Green value is 114 (44.92% from 255 or 36.31% from 314); Blue value is 135 (53.12% from 255 or 42.99% from 314); Max value from RGB is 135 - color contains mainly: blue. Hex color #417287 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #417287 is #BE8D78. Grayscale: #656565. Windows color (decimal): -12488057 or 8876609. OLE color: 8876609.

HSL color Cylindrical-coordinate representation of color #417287: hue angle of 198º degrees, saturation: 0.35, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #417287 is Cyan = 0.52, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB65114135-
CMYK0.520.1600.47
HSL198º35%39.22%-
HSV(B)198º51.85%52.94%-
XYZ12.5714.9125.14-
YUV101.74146.77101.79-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 20.70%
GREEN value IS 114 (44.92% from 255) = 36.31%
BLUE value IS 135 (53.12% from 255) = 42.99%
R=20.70%
G=36.31%
B=42.99%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal651141350.520.1600.471983539.22
Hex417287341002Fc62327
Octal10116220764200573064347
Binary100000111100101000011111010010000010111111000110100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #417287

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #417287; }

 p { color: rgb(65,114,135); }

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

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

 a { background-color: rgb(65,114,135); }

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

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

 span { border-color: rgb(65,114,135); }

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