Html Css Color HEX #334753 Atomic

📋 copy color: '#334753'

red 51 ◦ green 71 ◦ blue 83

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

Shades of Atomic #334753

Tints of Atomic #334753

RGB

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

 GREEN value IS 71 (28.13% from 255) = 34.63%

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

R = 24.88%
G = 34.63%
B = 40.49%

CMYK

 C value IS 0.39

 M value IS 0.14

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#334753 (or 0x334753) is known color: Atomic. HEX triplet: 33, 47 and 53. RGB value is (51,71,83). Sum of RGB (Red+Green+Blue) = 51+71+83=205 (27% of max value = 765). Red value is 51 (20.31% from 255 or 24.88% from 205); Green value is 71 (28.12% from 255 or 34.63% from 205); Blue value is 83 (32.81% from 255 or 40.49% from 205); Max value from RGB is 83 - color contains mainly: blue. Hex color #334753 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #334753 is #CCB8AC. Grayscale: #424242. Windows color (decimal): -13416621 or 5457715. OLE color: 5457715.

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

Color convert

RGB 51 71 83 -
CMYK 0.39 0.14 0 0.67
HSL 202.5º 0.24% 0.26% -
HSV(B) 202.5º 0.39% 0.33% -
XYZ 5.18 5.83 9.04 -
YUV 66.39 137.37 117.02 -
System Red Green Blue C M Y K H S L
Decimal 51 71 83 0.39 0.14 0 0.67 202.5 0.24 0.26
Hex 33 47 53 27 E 0 43 CA 18 1A
Octal 63 107 123 47 16 0 103 312 30 32
Binary 110011 1000111 1010011 100111 1110 0 1000011 11001010 11000 11010

Color Harmonies of #334753

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334753

Black with #334753

Text Example


Text Example

White with #334753

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #334753; }

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

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

background-color css

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

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

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

border-color css

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

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

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