Html Css Color HEX #334953 Atomic

📋 copy color: '#334953'

red 51 ◦ green 73 ◦ blue 83

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

Shades of Atomic #334953

Tints of Atomic #334953

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 40.1%

R = 24.64%
G = 35.27%
B = 40.1%

CMYK

 C value IS 0.39

 M value IS 0.12

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#334953 (or 0x334953) is known color: Atomic. HEX triplet: 33, 49 and 53. RGB value is (51,73,83). Sum of RGB (Red+Green+Blue) = 51+73+83=207 (27% of max value = 765). Red value is 51 (20.31% from 255 or 24.64% from 207); Green value is 73 (28.91% from 255 or 35.27% from 207); Blue value is 83 (32.81% from 255 or 40.10% from 207); Max value from RGB is 83 - color contains mainly: blue. Hex color #334953 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #334953 is #CCB6AC. Grayscale: #434343. Windows color (decimal): -13416109 or 5458227. OLE color: 5458227.

HSL color Cylindrical-coordinate representation of color #334953: hue angle of 198.75º degrees, saturation: 0.24, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #334953 is Cyan = 0.39, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 51 73 83 -
CMYK 0.39 0.12 0 0.67
HSL 198.75º 0.24% 0.26% -
HSV(B) 198.75º 0.39% 0.33% -
XYZ 5.31 6.09 9.08 -
YUV 67.56 136.71 116.19 -
System Red Green Blue C M Y K H S L
Decimal 51 73 83 0.39 0.12 0 0.67 198.75 0.24 0.26
Hex 33 49 53 27 C 0 43 C7 18 1A
Octal 63 111 123 47 14 0 103 307 30 32
Binary 110011 1001001 1010011 100111 1100 0 1000011 11000111 11000 11010

Color Harmonies of #334953

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334953

Black with #334953

Text Example


Text Example

White with #334953

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #334953; }

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

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

background-color css

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

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

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

border-color css

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

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

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