Html Css Color HEX #405378 Chambray

📋 copy color: '#405378'

red 64 ◦ green 83 ◦ blue 120

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

Shades of Chambray #405378

Tints of Chambray #405378

RGB

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

 GREEN value IS 83 (32.81% from 255) = 31.09%

 BLUE value IS 120 (47.27% from 255) = 44.94%

R = 23.97%
G = 31.09%
B = 44.94%

CMYK

 C value IS 0.47

 M value IS 0.31

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#405378 (or 0x405378) is known color: Chambray. HEX triplet: 40, 53 and 78. RGB value is (64,83,120). Sum of RGB (Red+Green+Blue) = 64+83+120=267 (35% of max value = 765). Red value is 64 (25.39% from 255 or 23.97% from 267); Green value is 83 (32.81% from 255 or 31.09% from 267); Blue value is 120 (47.27% from 255 or 44.94% from 267); Max value from RGB is 120 - color contains mainly: blue. Hex color #405378 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #405378 is #BFAC87. Grayscale: #515151. Windows color (decimal): -12561544 or 7885632. OLE color: 7885632.

HSL color Cylindrical-coordinate representation of color #405378: hue angle of 219.64º degrees, saturation: 0.3, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #405378 is Cyan = 0.47, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 64 83 120 -
CMYK 0.47 0.31 0 0.53
HSL 219.64º 0.3% 0.36% -
HSV(B) 219.64º 0.47% 0.47% -
XYZ 8.6 8.63 18.98 -
YUV 81.54 149.71 115.49 -
System Red Green Blue C M Y K H S L
Decimal 64 83 120 0.47 0.31 0 0.53 219.64 0.3 0.36
Hex 40 53 78 2F 1F 0 35 DC 1E 24
Octal 100 123 170 57 37 0 65 334 36 44
Binary 1000000 1010011 1111000 101111 11111 0 110101 11011100 11110 100100

Color Harmonies of #405378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #405378

Black with #405378

Text Example


Text Example

White with #405378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #405378; }

 p { color: rgb(64,83,120); }

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

background-color css

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

 a { background-color: rgb(64,83,120); }

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

border-color css

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

 span { border-color: rgb(64,83,120); }

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