Html Css Color HEX #404353 Blue Zodiac

📋 copy color: '#404353'

red 64 ◦ green 67 ◦ blue 83

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

Shades of Blue Zodiac #404353

Tints of Blue Zodiac #404353

RGB

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

 GREEN value IS 67 (26.56% from 255) = 31.31%

 BLUE value IS 83 (32.81% from 255) = 38.79%

R = 29.91%
G = 31.31%
B = 38.79%

CMYK

 C value IS 0.23

 M value IS 0.19

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#404353 (or 0x404353) is known color: Blue Zodiac. HEX triplet: 40, 43 and 53. RGB value is (64,67,83). Sum of RGB (Red+Green+Blue) = 64+67+83=214 (28% of max value = 765). Red value is 64 (25.39% from 255 or 29.91% from 214); Green value is 67 (26.56% from 255 or 31.31% from 214); Blue value is 83 (32.81% from 255 or 38.79% from 214); Max value from RGB is 83 - color contains mainly: blue. Hex color #404353 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #404353 is #BFBCAC. Grayscale: #434343. Windows color (decimal): -12565677 or 5456704. OLE color: 5456704.

HSL color Cylindrical-coordinate representation of color #404353: hue angle of 230.53º degrees, saturation: 0.13, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #404353 is Cyan = 0.23, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 64 67 83 -
CMYK 0.23 0.19 0 0.67
HSL 230.53º 0.13% 0.29% -
HSV(B) 230.53º 0.23% 0.33% -
XYZ 5.68 5.73 8.99 -
YUV 67.93 136.51 125.2 -
System Red Green Blue C M Y K H S L
Decimal 64 67 83 0.23 0.19 0 0.67 230.53 0.13 0.29
Hex 40 43 53 17 13 0 43 E7 D 1D
Octal 100 103 123 27 23 0 103 347 15 35
Binary 1000000 1000011 1010011 10111 10011 0 1000011 11100111 1101 11101

Color Harmonies of #404353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404353

Black with #404353

Text Example


Text Example

White with #404353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #404353; }

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

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

background-color css

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

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

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

border-color css

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

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

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