Html Css Color HEX #405883 Chambray

📋 copy color: '#405883'

red 64 ◦ green 88 ◦ blue 131

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

Shades of Chambray #405883

Tints of Chambray #405883

RGB

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

 GREEN value IS 88 (34.77% from 255) = 31.1%

 BLUE value IS 131 (51.56% from 255) = 46.29%

R = 22.61%
G = 31.1%
B = 46.29%

CMYK

 C value IS 0.51

 M value IS 0.33

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#405883 (or 0x405883) is known color: Chambray. HEX triplet: 40, 58 and 83. RGB value is (64,88,131). Sum of RGB (Red+Green+Blue) = 64+88+131=283 (37% of max value = 765). Red value is 64 (25.39% from 255 or 22.61% from 283); Green value is 88 (34.77% from 255 or 31.10% from 283); Blue value is 131 (51.56% from 255 or 46.29% from 283); Max value from RGB is 131 - color contains mainly: blue. Hex color #405883 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #405883 is #BFA77C. Grayscale: #555555. Windows color (decimal): -12560253 or 8607808. OLE color: 8607808.

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

Color convert

RGB 64 88 131 -
CMYK 0.51 0.33 0 0.49
HSL 218.51º 0.34% 0.38% -
HSV(B) 218.51º 0.51% 0.51% -
XYZ 9.7 9.71 22.84 -
YUV 85.73 153.55 112.5 -
System Red Green Blue C M Y K H S L
Decimal 64 88 131 0.51 0.33 0 0.49 218.51 0.34 0.38
Hex 40 58 83 33 21 0 31 DB 22 26
Octal 100 130 203 63 41 0 61 333 42 46
Binary 1000000 1011000 10000011 110011 100001 0 110001 11011011 100010 100110

Color Harmonies of #405883

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #405883

Black with #405883

Text Example


Text Example

White with #405883

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #405883; }

 p { color: rgb(64,88,131); }

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

background-color css

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

 a { background-color: rgb(64,88,131); }

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

border-color css

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

 span { border-color: rgb(64,88,131); }

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