Html Css Color HEX #417087 Calypso

📋 copy color: '#417087'

red 65 ◦ green 112 ◦ blue 135

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

Shades of Calypso #417087

Tints of Calypso #417087

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 43.27%

R = 20.83%
G = 35.9%
B = 43.27%

CMYK

 C value IS 0.52

 M value IS 0.17

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#417087 (or 0x417087) is known color: Calypso. HEX triplet: 41, 70 and 87. RGB value is (65,112,135). Sum of RGB (Red+Green+Blue) = 65+112+135=312 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.83% from 312); Green value is 112 (44.14% from 255 or 35.90% from 312); Blue value is 135 (53.12% from 255 or 43.27% from 312); Max value from RGB is 135 - color contains mainly: blue. Hex color #417087 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #417087 is #BE8F78. Grayscale: #646464. Windows color (decimal): -12488569 or 8876097. OLE color: 8876097.

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

Color convert

RGB 65 112 135 -
CMYK 0.52 0.17 0 0.47
HSL 199.71º 0.35% 0.39% -
HSV(B) 199.71º 0.52% 0.53% -
XYZ 12.35 14.46 25.06 -
YUV 100.57 147.43 102.63 -
System Red Green Blue C M Y K H S L
Decimal 65 112 135 0.52 0.17 0 0.47 199.71 0.35 0.39
Hex 41 70 87 34 11 0 2F C8 23 27
Octal 101 160 207 64 21 0 57 310 43 47
Binary 1000001 1110000 10000111 110100 10001 0 101111 11001000 100011 100111

Color Harmonies of #417087

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #417087

Black with #417087

Text Example


Text Example

White with #417087

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #417087; }

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

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

background-color css

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

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

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

border-color css

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

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

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