Html Css Color HEX #417089 Calypso

📋 copy color: '#417089'

red 65 ◦ green 112 ◦ blue 137

#417089
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Calypso #417089

Tints of Calypso #417089

RGB

 RED value IS 65 (25.78% from 255) = 20.7%

 GREEN value IS 112 (44.14% from 255) = 35.67%

 BLUE value IS 137 (53.91% from 255) = 43.63%

R = 20.7%
G = 35.67%
B = 43.63%

CMYK

 C value IS 0.53

 M value IS 0.18

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#417089 (or 0x417089) is known color: Calypso. HEX triplet: 41, 70 and 89. RGB value is (65,112,137). Sum of RGB (Red+Green+Blue) = 65+112+137=314 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.70% from 314); Green value is 112 (44.14% from 255 or 35.67% from 314); Blue value is 137 (53.91% from 255 or 43.63% from 314); Max value from RGB is 137 - color contains mainly: blue. Hex color #417089 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #417089 is #BE8F76. Grayscale: #646464. Windows color (decimal): -12488567 or 9007169. OLE color: 9007169.

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

Color convert

RGB 65 112 137 -
CMYK 0.53 0.18 0 0.46
HSL 200.83º 0.36% 0.4% -
HSV(B) 200.83º 0.53% 0.54% -
XYZ 12.49 14.52 25.81 -
YUV 100.8 148.43 102.47 -
System Red Green Blue C M Y K H S L
Decimal 65 112 137 0.53 0.18 0 0.46 200.83 0.36 0.4
Hex 41 70 89 35 12 0 2E C9 24 28
Octal 101 160 211 65 22 0 56 311 44 50
Binary 1000001 1110000 10001001 110101 10010 0 101110 11001001 100100 101000

Color Harmonies of #417089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #417089

Black with #417089

Text Example


Text Example

White with #417089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #417089; }

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

 H1.HeaderClassName
 {
   color: #417089;
 }
 .AnyTagClassName
 {
   color: #417089;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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