#34363E

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

Shades of Vulcan #34363E

Tints of Vulcan #34363E

Color information

#34363E (or 0x34363E) is unknown color: approx Vulcan. HEX triplet: 34, 36 and 3E. RGB value is (52,54,62). Sum of RGB (Red+Green+Blue) = 52+54+62=168 (22% of max value = 765). Red value is 52 (20.70% from 255 or 30.95% from 168); Green value is 54 (21.48% from 255 or 32.14% from 168); Blue value is 62 (24.61% from 255 or 36.90% from 168); Max value from RGB is 62 - color contains mainly: blue. Hex color #34363E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #34363E is #CBC9C1. Grayscale: #363636. Windows color (decimal): -13355458 or 4077108. OLE color: 4077108.

HSL color Cylindrical-coordinate representation of color #34363E: hue angle of 228º degrees, saturation: 0.09, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #34363E is Cyan = 0.16, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB525462-
CMYK0.160.1300.76
HSL228º8.77%22.35%-
HSV(B)228º16.13%24.31%-
XYZ3.63.725.08-
YUV54.31132.34126.35-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 30.95%
GREEN value IS 54 (21.48% from 255) = 32.14%
BLUE value IS 62 (24.61% from 255) = 36.90%
R=30.95%
G=32.14%
B=36.90%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal5254620.160.1300.762288.7722.35
Hex34363E10D04Ce4916
Octal646676201501143441126
Binary1101001101101111101000011010100110011100100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34363E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34363E; }

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

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

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

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

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

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

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

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