#417387

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

Shades of Calypso #417387

Tints of Calypso #417387

Color information

#417387 (or 0x417387) is unknown color: approx Calypso. HEX triplet: 41, 73 and 87. RGB value is (65,115,135). Sum of RGB (Red+Green+Blue) = 65+115+135=315 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.63% from 315); Green value is 115 (45.31% from 255 or 36.51% from 315); Blue value is 135 (53.12% from 255 or 42.86% from 315); Max value from RGB is 135 - color contains mainly: blue. Hex color #417387 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #417387 is #BE8C78. Grayscale: #666666. Windows color (decimal): -12487801 or 8876865. OLE color: 8876865.

HSL color Cylindrical-coordinate representation of color #417387: hue angle of 197.14º 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 #417387 is Cyan = 0.52, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB65115135-
CMYK0.520.1500.47
HSL197.14º35%39.22%-
HSV(B)197.14º51.85%52.94%-
XYZ12.6815.1325.17-
YUV102.33146.44101.37-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 20.63%
GREEN value IS 115 (45.31% from 255) = 36.51%
BLUE value IS 135 (53.12% from 255) = 42.86%
R=20.63%
G=36.51%
B=42.86%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal651151350.520.1500.47197.143539.22
Hex41738734F02Fc52327
Octal10116320764170573054347
Binary10000011110011100001111101001111010111111000101100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #417387

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #417387; }

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

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

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

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

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

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

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

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