Html Css Color HEX #353443 Revolver

📋 copy color: '#353443'

red 53 ◦ green 52 ◦ blue 67

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

Shades of Revolver #353443

Tints of Revolver #353443

RGB

 RED value IS 53 (21.09% from 255) = 30.81%

 GREEN value IS 52 (20.7% from 255) = 30.23%

 BLUE value IS 67 (26.56% from 255) = 38.95%

R = 30.81%
G = 30.23%
B = 38.95%

CMYK

 C value IS 0.21

 M value IS 0.22

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#353443 (or 0x353443) is known color: Revolver. HEX triplet: 35, 34 and 43. RGB value is (53,52,67). Sum of RGB (Red+Green+Blue) = 53+52+67=172 (22% of max value = 765). Red value is 53 (21.09% from 255 or 30.81% from 172); Green value is 52 (20.70% from 255 or 30.23% from 172); Blue value is 67 (26.56% from 255 or 38.95% from 172); Max value from RGB is 67 - color contains mainly: blue. Hex color #353443 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #353443 is #CACBBC. Grayscale: #353535. Windows color (decimal): -13290429 or 4404277. OLE color: 4404277.

HSL color Cylindrical-coordinate representation of color #353443: hue angle of 244º degrees, saturation: 0.13, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #353443 is Cyan = 0.21, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB 53 52 67 -
CMYK 0.21 0.22 0 0.74
HSL 244º 0.13% 0.23% -
HSV(B) 244º 0.22% 0.26% -
XYZ 3.71 3.62 5.81 -
YUV 54.01 135.33 127.28 -
System Red Green Blue C M Y K H S L
Decimal 53 52 67 0.21 0.22 0 0.74 244 0.13 0.23
Hex 35 34 43 15 16 0 4A F4 D 17
Octal 65 64 103 25 26 0 112 364 15 27
Binary 110101 110100 1000011 10101 10110 0 1001010 11110100 1101 10111

Color Harmonies of #353443

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353443

Black with #353443

Text Example


Text Example

White with #353443

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #353443; }

 p { color: rgb(53,52,67); }

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

background-color css

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

 a { background-color: rgb(53,52,67); }

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

border-color css

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

 span { border-color: rgb(53,52,67); }

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