Html Css Color HEX #334951 Atomic

📋 copy color: '#334951'

red 51 ◦ green 73 ◦ blue 81

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

Shades of Atomic #334951

Tints of Atomic #334951

RGB

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

 GREEN value IS 73 (28.91% from 255) = 35.61%

 BLUE value IS 81 (32.03% from 255) = 39.51%

R = 24.88%
G = 35.61%
B = 39.51%

CMYK

 C value IS 0.37

 M value IS 0.10

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#334951 (or 0x334951) is known color: Atomic. HEX triplet: 33, 49 and 51. RGB value is (51,73,81). Sum of RGB (Red+Green+Blue) = 51+73+81=205 (27% of max value = 765). Red value is 51 (20.31% from 255 or 24.88% from 205); Green value is 73 (28.91% from 255 or 35.61% from 205); Blue value is 81 (32.03% from 255 or 39.51% from 205); Max value from RGB is 81 - color contains mainly: blue. Hex color #334951 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #334951 is #CCB6AE. Grayscale: #434343. Windows color (decimal): -13416111 or 5327155. OLE color: 5327155.

HSL color Cylindrical-coordinate representation of color #334951: hue angle of 196º degrees, saturation: 0.23, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #334951 is Cyan = 0.37, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 51 73 81 -
CMYK 0.37 0.10 0 0.68
HSL 196º 0.23% 0.26% -
HSV(B) 196º 0.37% 0.32% -
XYZ 5.23 6.06 8.68 -
YUV 67.33 135.71 116.35 -
System Red Green Blue C M Y K H S L
Decimal 51 73 81 0.37 0.10 0 0.68 196 0.23 0.26
Hex 33 49 51 25 A 0 44 C4 17 1A
Octal 63 111 121 45 12 0 104 304 27 32
Binary 110011 1001001 1010001 100101 1010 0 1000100 11000100 10111 11010

Color Harmonies of #334951

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334951

Black with #334951

Text Example


Text Example

White with #334951

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #334951; }

 p { color: rgb(51,73,81); }

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

background-color css

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

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

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

border-color css

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

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

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