#417188

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

Shades of Calypso #417188

Tints of Calypso #417188

Color information

#417188 (or 0x417188) is unknown color: approx Calypso. HEX triplet: 41, 71 and 88. RGB value is (65,113,136). Sum of RGB (Red+Green+Blue) = 65+113+136=314 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.70% from 314); Green value is 113 (44.53% from 255 or 35.99% from 314); Blue value is 136 (53.52% from 255 or 43.31% from 314); Max value from RGB is 136 - color contains mainly: blue. Hex color #417188 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #417188 is #BE8E77. Grayscale: #656565. Windows color (decimal): -12488312 or 8941889. OLE color: 8941889.

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

Color convert

RGB65113136-
CMYK0.520.1700.47
HSL199.44º35.32%39.41%-
HSV(B)199.44º52.21%53.33%-
XYZ12.5314.7125.47-
YUV101.27147.6102.13-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 20.70%
GREEN value IS 113 (44.53% from 255) = 35.99%
BLUE value IS 136 (53.52% from 255) = 43.31%
R=20.70%
G=35.99%
B=43.31%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal651131360.520.1700.47199.4435.3239.41
Hex417188341102Fc72327
Octal10116121064210573074347
Binary100000111100011000100011010010001010111111000111100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #417188

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #417188; }

 p { color: rgb(65,113,136); }

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

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

 a { background-color: rgb(65,113,136); }

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

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

 span { border-color: rgb(65,113,136); }

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