Html Css Color HEX #407384 Calypso

📋 copy color: '#407384'

red 64 ◦ green 115 ◦ blue 132

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

Shades of Calypso #407384

Tints of Calypso #407384

RGB

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

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

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

R = 20.58%
G = 36.98%
B = 42.44%

CMYK

 C value IS 0.52

 M value IS 0.13

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#407384 (or 0x407384) is known color: Calypso. HEX triplet: 40, 73 and 84. RGB value is (64,115,132). Sum of RGB (Red+Green+Blue) = 64+115+132=311 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.58% from 311); Green value is 115 (45.31% from 255 or 36.98% from 311); Blue value is 132 (51.95% from 255 or 42.44% from 311); Max value from RGB is 132 - color contains mainly: blue. Hex color #407384 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #407384 is #BF8C7B. Grayscale: #656565. Windows color (decimal): -12553340 or 8680256. OLE color: 8680256.

HSL color Cylindrical-coordinate representation of color #407384: hue angle of 195º degrees, saturation: 0.35, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #407384 is Cyan = 0.52, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 64 115 132 -
CMYK 0.52 0.13 0 0.48
HSL 195º 0.35% 0.38% -
HSV(B) 195º 0.52% 0.52% -
XYZ 12.41 15.02 24.07 -
YUV 101.69 145.1 101.12 -
System Red Green Blue C M Y K H S L
Decimal 64 115 132 0.52 0.13 0 0.48 195 0.35 0.38
Hex 40 73 84 34 D 0 30 C3 23 26
Octal 100 163 204 64 15 0 60 303 43 46
Binary 1000000 1110011 10000100 110100 1101 0 110000 11000011 100011 100110

Color Harmonies of #407384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407384

Black with #407384

Text Example


Text Example

White with #407384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #407384; }

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

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

background-color css

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

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

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

border-color css

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

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

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