Html Css Color HEX #417085 Calypso

📋 copy color: '#417085'

red 65 ◦ green 112 ◦ blue 133

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

Shades of Calypso #417085

Tints of Calypso #417085

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 42.9%

R = 20.97%
G = 36.13%
B = 42.9%

CMYK

 C value IS 0.51

 M value IS 0.16

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#417085 (or 0x417085) is known color: Calypso. HEX triplet: 41, 70 and 85. RGB value is (65,112,133). Sum of RGB (Red+Green+Blue) = 65+112+133=310 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.97% from 310); Green value is 112 (44.14% from 255 or 36.13% from 310); Blue value is 133 (52.34% from 255 or 42.90% from 310); Max value from RGB is 133 - color contains mainly: blue. Hex color #417085 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #417085 is #BE8F7A. Grayscale: #646464. Windows color (decimal): -12488571 or 8745025. OLE color: 8745025.

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

Color convert

RGB 65 112 133 -
CMYK 0.51 0.16 0 0.48
HSL 198.53º 0.34% 0.39% -
HSV(B) 198.53º 0.51% 0.52% -
XYZ 12.21 14.41 24.33 -
YUV 100.34 146.43 102.79 -
System Red Green Blue C M Y K H S L
Decimal 65 112 133 0.51 0.16 0 0.48 198.53 0.34 0.39
Hex 41 70 85 33 10 0 30 C7 22 27
Octal 101 160 205 63 20 0 60 307 42 47
Binary 1000001 1110000 10000101 110011 10000 0 110000 11000111 100010 100111

Color Harmonies of #417085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #417085

Black with #417085

Text Example


Text Example

White with #417085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #417085; }

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

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

background-color css

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

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

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

border-color css

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

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

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