Html Css Color HEX #333742 Vulcan

📋 copy color: '#333742'

red 51 ◦ green 55 ◦ blue 66

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

Shades of Vulcan #333742

Tints of Vulcan #333742

RGB

 RED value IS 51 (20.31% from 255) = 29.65%

 GREEN value IS 55 (21.88% from 255) = 31.98%

 BLUE value IS 66 (26.17% from 255) = 38.37%

R = 29.65%
G = 31.98%
B = 38.37%

CMYK

 C value IS 0.23

 M value IS 0.17

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#333742 (or 0x333742) is known color: Vulcan. HEX triplet: 33, 37 and 42. RGB value is (51,55,66). Sum of RGB (Red+Green+Blue) = 51+55+66=172 (22% of max value = 765). Red value is 51 (20.31% from 255 or 29.65% from 172); Green value is 55 (21.88% from 255 or 31.98% from 172); Blue value is 66 (26.17% from 255 or 38.37% from 172); Max value from RGB is 66 - color contains mainly: blue. Hex color #333742 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #333742 is #CCC8BD. Grayscale: #373737. Windows color (decimal): -13420734 or 4339507. OLE color: 4339507.

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

Color convert

RGB 51 55 66 -
CMYK 0.23 0.17 0 0.74
HSL 224º 0.13% 0.23% -
HSV(B) 224º 0.23% 0.26% -
XYZ 3.71 3.83 5.7 -
YUV 55.06 134.17 125.11 -
System Red Green Blue C M Y K H S L
Decimal 51 55 66 0.23 0.17 0 0.74 224 0.13 0.23
Hex 33 37 42 17 11 0 4A E0 D 17
Octal 63 67 102 27 21 0 112 340 15 27
Binary 110011 110111 1000010 10111 10001 0 1001010 11100000 1101 10111

Color Harmonies of #333742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #333742

Black with #333742

Text Example


Text Example

White with #333742

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #333742; }

 p { color: rgb(51,55,66); }

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

background-color css

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

 a { background-color: rgb(51,55,66); }

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

border-color css

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

 span { border-color: rgb(51,55,66); }

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