Html Css Color HEX #417384 Calypso

📋 copy color: '#417384'

red 65 ◦ green 115 ◦ blue 132

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

Shades of Calypso #417384

Tints of Calypso #417384

RGB

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

 GREEN value IS 115 (45.31% from 255) = 36.86%

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

R = 20.83%
G = 36.86%
B = 42.31%

CMYK

 C value IS 0.51

 M value IS 0.13

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#417384 (or 0x417384) is known color: Calypso. HEX triplet: 41, 73 and 84. RGB value is (65,115,132). Sum of RGB (Red+Green+Blue) = 65+115+132=312 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.83% from 312); Green value is 115 (45.31% from 255 or 36.86% from 312); Blue value is 132 (51.95% from 255 or 42.31% from 312); Max value from RGB is 132 - color contains mainly: blue. Hex color #417384 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #417384 is #BE8C7B. Grayscale: #656565. Windows color (decimal): -12487804 or 8680257. OLE color: 8680257.

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

Color convert

RGB 65 115 132 -
CMYK 0.51 0.13 0 0.48
HSL 195.22º 0.34% 0.39% -
HSV(B) 195.22º 0.51% 0.52% -
XYZ 12.48 15.05 24.08 -
YUV 101.99 144.94 101.62 -
System Red Green Blue C M Y K H S L
Decimal 65 115 132 0.51 0.13 0 0.48 195.22 0.34 0.39
Hex 41 73 84 33 D 0 30 C3 22 27
Octal 101 163 204 63 15 0 60 303 42 47
Binary 1000001 1110011 10000100 110011 1101 0 110000 11000011 100010 100111

Color Harmonies of #417384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #417384

Black with #417384

Text Example


Text Example

White with #417384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #417384; }

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

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

background-color css

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

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

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

border-color css

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

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

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