#363234

Color #363234 Toledo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Toledo #363234

Tints of Toledo #363234

Color information

#363234 (or 0x363234) is unknown color: approx Toledo. HEX triplet: 36, 32 and 34. RGB value is (54,50,52). Sum of RGB (Red+Green+Blue) = 54+50+52=156 (20% of max value = 765). Red value is 54 (21.48% from 255 or 34.62% from 156); Green value is 50 (19.92% from 255 or 32.05% from 156); Blue value is 52 (20.70% from 255 or 33.33% from 156); Max value from RGB is 54 - color contains mainly: red. Hex color #363234 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #363234 is #C9CDCB. Grayscale: #333333. Windows color (decimal): -13225420 or 3420726. OLE color: 3420726.

HSL color Cylindrical-coordinate representation of color #363234: hue angle of 330º degrees, saturation: 0.04, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #363234 is Cyan = 0, Magento = 0.07, Yellow = 0.04 and Black (K on CMYK) = 0.79.

Color convert

RGB545052-
CMYK00.070.040.79
HSL330º3.85%20.39%-
HSV(B)330º7.41%21.18%-
XYZ3.283.313.72-
YUV51.42128.33129.84-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 34.62%
GREEN value IS 50 (19.92% from 255) = 32.05%
BLUE value IS 52 (20.70% from 255) = 33.33%
R=34.62%
G=32.05%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.04
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54505200.070.040.793303.8520.39
Hex3632340744F14a414
Octal666264074117512424
Binary1101101100101101000111100100111110100101010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363234

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #363234; }

 p { color: rgb(54,50,52); }

 H1.HeaderClassName
 {
   color: #363234;
 }
 .AnyTagClassName
 {
   color: #363234;
 }
</style>
background-color css

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

 a { background-color: rgb(54,50,52); }

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

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

 span { border-color: rgb(54,50,52); }

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