Html Css Color HEX #405A82 Chambray

📋 copy color: '#405A82'

red 64 ◦ green 90 ◦ blue 130

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

Shades of Chambray #405A82

Tints of Chambray #405A82

RGB

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

 GREEN value IS 90 (35.55% from 255) = 31.69%

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

R = 22.54%
G = 31.69%
B = 45.77%

CMYK

 C value IS 0.51

 M value IS 0.31

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#405A82 (or 0x405A82) is known color: Chambray. HEX triplet: 40, 5A and 82. RGB value is (64,90,130). Sum of RGB (Red+Green+Blue) = 64+90+130=284 (37% of max value = 765). Red value is 64 (25.39% from 255 or 22.54% from 284); Green value is 90 (35.55% from 255 or 31.69% from 284); Blue value is 130 (51.17% from 255 or 45.77% from 284); Max value from RGB is 130 - color contains mainly: blue. Hex color #405A82 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #405A82 is #BFA57D. Grayscale: #565656. Windows color (decimal): -12559742 or 8542784. OLE color: 8542784.

HSL color Cylindrical-coordinate representation of color #405A82: hue angle of 216.36º 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 #405A82 is Cyan = 0.51, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 64 90 130 -
CMYK 0.51 0.31 0 0.49
HSL 216.36º 0.34% 0.38% -
HSV(B) 216.36º 0.51% 0.51% -
XYZ 9.8 10.01 22.54 -
YUV 86.79 152.39 111.75 -
System Red Green Blue C M Y K H S L
Decimal 64 90 130 0.51 0.31 0 0.49 216.36 0.34 0.38
Hex 40 5A 82 33 1F 0 31 D8 22 26
Octal 100 132 202 63 37 0 61 330 42 46
Binary 1000000 1011010 10000010 110011 11111 0 110001 11011000 100010 100110

Color Harmonies of #405A82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #405A82

Black with #405A82

Text Example


Text Example

White with #405A82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #405A82; }

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

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

background-color css

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

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

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

border-color css

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

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

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