Html Css Color HEX #333346 Revolver

📋 copy color: '#333346'

red 51 ◦ green 51 ◦ blue 70

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

Shades of Revolver #333346

Tints of Revolver #333346

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 40.7%

R = 29.65%
G = 29.65%
B = 40.7%

CMYK

 C value IS 0.27

 M value IS 0.27

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#333346 (or 0x333346) is known color: Revolver. HEX triplet: 33, 33 and 46. RGB value is (51,51,70). Sum of RGB (Red+Green+Blue) = 51+51+70=172 (22% of max value = 765). Red value is 51 (20.31% from 255 or 29.65% from 172); Green value is 51 (20.31% from 255 or 29.65% from 172); Blue value is 70 (27.73% from 255 or 40.70% from 172); Max value from RGB is 70 - color contains mainly: blue. Hex color #333346 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #333346 is #CCCCB9. Grayscale: #353535. Windows color (decimal): -13421754 or 4600627. OLE color: 4600627.

HSL color Cylindrical-coordinate representation of color #333346: hue angle of 240º degrees, saturation: 0.16, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #333346 is Cyan = 0.27, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 51 51 70 -
CMYK 0.27 0.27 0 0.73
HSL 240º 0.16% 0.24% -
HSV(B) 240º 0.27% 0.27% -
XYZ 3.65 3.51 6.28 -
YUV 53.17 137.5 126.46 -
System Red Green Blue C M Y K H S L
Decimal 51 51 70 0.27 0.27 0 0.73 240 0.16 0.24
Hex 33 33 46 1B 1B 0 49 F0 10 18
Octal 63 63 106 33 33 0 111 360 20 30
Binary 110011 110011 1000110 11011 11011 0 1001001 11110000 10000 11000

Color Harmonies of #333346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #333346

Black with #333346

Text Example


Text Example

White with #333346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #333346; }

 p { color: rgb(51,51,70); }

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

background-color css

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

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

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

border-color css

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

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

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