Html Css Color HEX #407387 Calypso

📋 copy color: '#407387'

red 64 ◦ green 115 ◦ blue 135

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

Shades of Calypso #407387

Tints of Calypso #407387

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 42.99%

R = 20.38%
G = 36.62%
B = 42.99%

CMYK

 C value IS 0.53

 M value IS 0.15

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#407387 (or 0x407387) is known color: Calypso. HEX triplet: 40, 73 and 87. RGB value is (64,115,135). Sum of RGB (Red+Green+Blue) = 64+115+135=314 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.38% from 314); Green value is 115 (45.31% from 255 or 36.62% from 314); Blue value is 135 (53.12% from 255 or 42.99% from 314); Max value from RGB is 135 - color contains mainly: blue. Hex color #407387 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #407387 is #BF8C78. Grayscale: #656565. Windows color (decimal): -12553337 or 8876864. OLE color: 8876864.

HSL color Cylindrical-coordinate representation of color #407387: hue angle of 196.9º 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 #407387 is Cyan = 0.53, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 64 115 135 -
CMYK 0.53 0.15 0 0.47
HSL 196.9º 0.36% 0.39% -
HSV(B) 196.9º 0.53% 0.53% -
XYZ 12.62 15.1 25.17 -
YUV 102.03 146.6 100.87 -
System Red Green Blue C M Y K H S L
Decimal 64 115 135 0.53 0.15 0 0.47 196.9 0.36 0.39
Hex 40 73 87 35 F 0 2F C5 24 27
Octal 100 163 207 65 17 0 57 305 44 47
Binary 1000000 1110011 10000111 110101 1111 0 101111 11000101 100100 100111

Color Harmonies of #407387

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407387

Black with #407387

Text Example


Text Example

White with #407387

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #407387; }

 p { color: rgb(64,115,135); }

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

background-color css

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

 a { background-color: rgb(64,115,135); }

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

border-color css

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

 span { border-color: rgb(64,115,135); }

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