Html Css Color HEX #407288 Calypso

📋 copy color: '#407288'

red 64 ◦ green 114 ◦ blue 136

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

Shades of Calypso #407288

Tints of Calypso #407288

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 43.31%

R = 20.38%
G = 36.31%
B = 43.31%

CMYK

 C value IS 0.53

 M value IS 0.16

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#407288 (or 0x407288) is known color: Calypso. HEX triplet: 40, 72 and 88. RGB value is (64,114,136). Sum of RGB (Red+Green+Blue) = 64+114+136=314 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.38% from 314); Green value is 114 (44.92% from 255 or 36.31% from 314); Blue value is 136 (53.52% from 255 or 43.31% from 314); Max value from RGB is 136 - color contains mainly: blue. Hex color #407288 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #407288 is #BF8D77. Grayscale: #656565. Windows color (decimal): -12553592 or 8942144. OLE color: 8942144.

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

Color convert

RGB 64 114 136 -
CMYK 0.53 0.16 0 0.47
HSL 198.33º 0.36% 0.39% -
HSV(B) 198.33º 0.53% 0.53% -
XYZ 12.58 14.9 25.51 -
YUV 101.56 147.44 101.21 -
System Red Green Blue C M Y K H S L
Decimal 64 114 136 0.53 0.16 0 0.47 198.33 0.36 0.39
Hex 40 72 88 35 10 0 2F C6 24 27
Octal 100 162 210 65 20 0 57 306 44 47
Binary 1000000 1110010 10001000 110101 10000 0 101111 11000110 100100 100111

Color Harmonies of #407288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407288

Black with #407288

Text Example


Text Example

White with #407288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #407288; }

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

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

background-color css

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

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

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

border-color css

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

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

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