Html Css Color HEX #405982 Chambray

📋 copy color: '#405982'

red 64 ◦ green 89 ◦ blue 130

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

Shades of Chambray #405982

Tints of Chambray #405982

RGB

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

 GREEN value IS 89 (35.16% from 255) = 31.45%

 BLUE value IS 130 (51.17% from 255) = 45.94%

R = 22.61%
G = 31.45%
B = 45.94%

CMYK

 C value IS 0.51

 M value IS 0.32

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#405982 (or 0x405982) is known color: Chambray. HEX triplet: 40, 59 and 82. RGB value is (64,89,130). Sum of RGB (Red+Green+Blue) = 64+89+130=283 (37% of max value = 765). Red value is 64 (25.39% from 255 or 22.61% from 283); Green value is 89 (35.16% from 255 or 31.45% from 283); Blue value is 130 (51.17% from 255 or 45.94% from 283); Max value from RGB is 130 - color contains mainly: blue. Hex color #405982 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #405982 is #BFA67D. Grayscale: #565656. Windows color (decimal): -12559998 or 8542528. OLE color: 8542528.

HSL color Cylindrical-coordinate representation of color #405982: hue angle of 217.27º degrees, saturation: 0.34, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #405982 is Cyan = 0.51, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 64 89 130 -
CMYK 0.51 0.32 0 0.49
HSL 217.27º 0.34% 0.38% -
HSV(B) 217.27º 0.51% 0.51% -
XYZ 9.72 9.85 22.51 -
YUV 86.2 152.72 112.17 -
System Red Green Blue C M Y K H S L
Decimal 64 89 130 0.51 0.32 0 0.49 217.27 0.34 0.38
Hex 40 59 82 33 20 0 31 D9 22 26
Octal 100 131 202 63 40 0 61 331 42 46
Binary 1000000 1011001 10000010 110011 100000 0 110001 11011001 100010 100110

Color Harmonies of #405982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #405982

Black with #405982

Text Example


Text Example

White with #405982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #405982; }

 p { color: rgb(64,89,130); }

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

background-color css

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

 a { background-color: rgb(64,89,130); }

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

border-color css

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

 span { border-color: rgb(64,89,130); }

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