Html Css Color HEX #407289 Calypso

📋 copy color: '#407289'

red 64 ◦ green 114 ◦ blue 137

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

Shades of Calypso #407289

Tints of Calypso #407289

RGB

 RED value IS 64 (25.39% from 255) = 20.32%

 GREEN value IS 114 (44.92% from 255) = 36.19%

 BLUE value IS 137 (53.91% from 255) = 43.49%

R = 20.32%
G = 36.19%
B = 43.49%

CMYK

 C value IS 0.53

 M value IS 0.17

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#407289 (or 0x407289) is known color: Calypso. HEX triplet: 40, 72 and 89. RGB value is (64,114,137). Sum of RGB (Red+Green+Blue) = 64+114+137=315 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.32% from 315); Green value is 114 (44.92% from 255 or 36.19% from 315); Blue value is 137 (53.91% from 255 or 43.49% from 315); Max value from RGB is 137 - color contains mainly: blue. Hex color #407289 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #407289 is #BF8D76. Grayscale: #656565. Windows color (decimal): -12553591 or 9007680. OLE color: 9007680.

HSL color Cylindrical-coordinate representation of color #407289: hue angle of 198.9º degrees, saturation: 0.36, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #407289 is Cyan = 0.53, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 64 114 137 -
CMYK 0.53 0.17 0 0.46
HSL 198.9º 0.36% 0.39% -
HSV(B) 198.9º 0.53% 0.54% -
XYZ 12.65 14.93 25.88 -
YUV 101.67 147.94 101.13 -
System Red Green Blue C M Y K H S L
Decimal 64 114 137 0.53 0.17 0 0.46 198.9 0.36 0.39
Hex 40 72 89 35 11 0 2E C7 24 27
Octal 100 162 211 65 21 0 56 307 44 47
Binary 1000000 1110010 10001001 110101 10001 0 101110 11000111 100100 100111

Color Harmonies of #407289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407289

Black with #407289

Text Example


Text Example

White with #407289

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #407289; }

 p { color: rgb(64,114,137); }

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

background-color css

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

 a { background-color: rgb(64,114,137); }

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

border-color css

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

 span { border-color: rgb(64,114,137); }

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