Html Css Color HEX #417084 Calypso

📋 copy color: '#417084'

red 65 ◦ green 112 ◦ blue 132

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

Shades of Calypso #417084

Tints of Calypso #417084

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 42.72%

R = 21.04%
G = 36.25%
B = 42.72%

CMYK

 C value IS 0.51

 M value IS 0.15

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#417084 (or 0x417084) is known color: Calypso. HEX triplet: 41, 70 and 84. RGB value is (65,112,132). Sum of RGB (Red+Green+Blue) = 65+112+132=309 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.04% from 309); Green value is 112 (44.14% from 255 or 36.25% from 309); Blue value is 132 (51.95% from 255 or 42.72% from 309); Max value from RGB is 132 - color contains mainly: blue. Hex color #417084 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #417084 is #BE8F7B. Grayscale: #646464. Windows color (decimal): -12488572 or 8679489. OLE color: 8679489.

HSL color Cylindrical-coordinate representation of color #417084: hue angle of 197.91º degrees, saturation: 0.34, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #417084 is Cyan = 0.51, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 65 112 132 -
CMYK 0.51 0.15 0 0.48
HSL 197.91º 0.34% 0.39% -
HSV(B) 197.91º 0.51% 0.52% -
XYZ 12.14 14.38 23.97 -
YUV 100.23 145.93 102.87 -
System Red Green Blue C M Y K H S L
Decimal 65 112 132 0.51 0.15 0 0.48 197.91 0.34 0.39
Hex 41 70 84 33 F 0 30 C6 22 27
Octal 101 160 204 63 17 0 60 306 42 47
Binary 1000001 1110000 10000100 110011 1111 0 110000 11000110 100010 100111

Color Harmonies of #417084

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #417084

Black with #417084

Text Example


Text Example

White with #417084

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #417084; }

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

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

background-color css

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

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

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

border-color css

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

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

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