#417189

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

Shades of Calypso #417189

Tints of Calypso #417189

Color information

#417189 (or 0x417189) is unknown color: approx Calypso. HEX triplet: 41, 71 and 89. RGB value is (65,113,137). Sum of RGB (Red+Green+Blue) = 65+113+137=315 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.63% from 315); Green value is 113 (44.53% from 255 or 35.87% from 315); Blue value is 137 (53.91% from 255 or 43.49% from 315); Max value from RGB is 137 - color contains mainly: blue. Hex color #417189 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #417189 is #BE8E76. Grayscale: #656565. Windows color (decimal): -12488311 or 9007425. OLE color: 9007425.

HSL color Cylindrical-coordinate representation of color #417189: hue angle of 200º degrees, saturation: 0.36, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #417189 is Cyan = 0.53, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB65113137-
CMYK0.530.1800.46
HSL200º35.64%39.61%-
HSV(B)200º52.55%53.73%-
XYZ12.614.7425.85-
YUV101.38148.1102.05-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 20.63%
GREEN value IS 113 (44.53% from 255) = 35.87%
BLUE value IS 137 (53.91% from 255) = 43.49%
R=20.63%
G=35.87%
B=43.49%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal651131370.530.1800.4620035.6439.61
Hex417189351202Ec82428
Octal10116121165220563104450
Binary100000111100011000100111010110010010111011001000100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #417189

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #417189; }

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

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

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

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

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

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

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

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