Html Css Color HEX #334853 Atomic

📋 copy color: '#334853'

red 51 ◦ green 72 ◦ blue 83

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

Shades of Atomic #334853

Tints of Atomic #334853

RGB

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

 GREEN value IS 72 (28.52% from 255) = 34.95%

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

R = 24.76%
G = 34.95%
B = 40.29%

CMYK

 C value IS 0.39

 M value IS 0.13

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#334853 (or 0x334853) is known color: Atomic. HEX triplet: 33, 48 and 53. RGB value is (51,72,83). Sum of RGB (Red+Green+Blue) = 51+72+83=206 (27% of max value = 765). Red value is 51 (20.31% from 255 or 24.76% from 206); Green value is 72 (28.52% from 255 or 34.95% from 206); Blue value is 83 (32.81% from 255 or 40.29% from 206); Max value from RGB is 83 - color contains mainly: blue. Hex color #334853 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #334853 is #CCB7AC. Grayscale: #424242. Windows color (decimal): -13416365 or 5457971. OLE color: 5457971.

HSL color Cylindrical-coordinate representation of color #334853: hue angle of 200.62º 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 #334853 is Cyan = 0.39, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 51 72 83 -
CMYK 0.39 0.13 0 0.67
HSL 200.63º 0.24% 0.26% -
HSV(B) 200.63º 0.39% 0.33% -
XYZ 5.24 5.96 9.06 -
YUV 66.98 137.04 116.61 -
System Red Green Blue C M Y K H S L
Decimal 51 72 83 0.39 0.13 0 0.67 200.63 0.24 0.26
Hex 33 48 53 27 D 0 43 C9 18 1A
Octal 63 110 123 47 15 0 103 311 30 32
Binary 110011 1001000 1010011 100111 1101 0 1000011 11001001 11000 11010

Color Harmonies of #334853

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334853

Black with #334853

Text Example


Text Example

White with #334853

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #334853; }

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

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

background-color css

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

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

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

border-color css

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

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

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