#417389

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

Shades of Calypso #417389

Tints of Calypso #417389

Color information

#417389 (or 0x417389) is unknown color: approx Calypso. HEX triplet: 41, 73 and 89. RGB value is (65,115,137). Sum of RGB (Red+Green+Blue) = 65+115+137=317 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.50% from 317); Green value is 115 (45.31% from 255 or 36.28% from 317); Blue value is 137 (53.91% from 255 or 43.22% from 317); Max value from RGB is 137 - color contains mainly: blue. Hex color #417389 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #417389 is #BE8C76. Grayscale: #666666. Windows color (decimal): -12487799 or 9007937. OLE color: 9007937.

HSL color Cylindrical-coordinate representation of color #417389: hue angle of 198.33º 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 #417389 is Cyan = 0.53, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB65115137-
CMYK0.530.1600.46
HSL198.33º35.64%39.61%-
HSV(B)198.33º52.55%53.73%-
XYZ12.8315.1925.92-
YUV102.56147.44101.21-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 20.50%
GREEN value IS 115 (45.31% from 255) = 36.28%
BLUE value IS 137 (53.91% from 255) = 43.22%
R=20.50%
G=36.28%
B=43.22%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal651151370.530.1600.46198.3335.6439.61
Hex417389351002Ec62428
Octal10116321165200563064450
Binary100000111100111000100111010110000010111011000110100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #417389

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #417389; }

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

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

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

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

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

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

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

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