Html Css Color HEX #417684 Calypso

📋 copy color: '#417684'

red 65 ◦ green 118 ◦ blue 132

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

Shades of Calypso #417684

Tints of Calypso #417684

RGB

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

 GREEN value IS 118 (46.48% from 255) = 37.46%

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

R = 20.63%
G = 37.46%
B = 41.9%

CMYK

 C value IS 0.51

 M value IS 0.11

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#417684 (or 0x417684) is known color: Calypso. HEX triplet: 41, 76 and 84. RGB value is (65,118,132). Sum of RGB (Red+Green+Blue) = 65+118+132=315 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.63% from 315); Green value is 118 (46.48% from 255 or 37.46% from 315); Blue value is 132 (51.95% from 255 or 41.90% from 315); Max value from RGB is 132 - color contains mainly: blue. Hex color #417684 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #417684 is #BE897B. Grayscale: #676767. Windows color (decimal): -12487036 or 8681025. OLE color: 8681025.

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

Color convert

RGB 65 118 132 -
CMYK 0.51 0.11 0 0.48
HSL 192.54º 0.34% 0.39% -
HSV(B) 192.54º 0.51% 0.52% -
XYZ 12.82 15.75 24.19 -
YUV 103.75 143.94 100.36 -
System Red Green Blue C M Y K H S L
Decimal 65 118 132 0.51 0.11 0 0.48 192.54 0.34 0.39
Hex 41 76 84 33 B 0 30 C1 22 27
Octal 101 166 204 63 13 0 60 301 42 47
Binary 1000001 1110110 10000100 110011 1011 0 110000 11000001 100010 100111

Color Harmonies of #417684

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #417684

Black with #417684

Text Example


Text Example

White with #417684

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #417684; }

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

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

background-color css

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

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

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

border-color css

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

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

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