Html Css Color HEX #334752 Atomic

📋 copy color: '#334752'

red 51 ◦ green 71 ◦ blue 82

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

Shades of Atomic #334752

Tints of Atomic #334752

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 40.2%

R = 25%
G = 34.8%
B = 40.2%

CMYK

 C value IS 0.38

 M value IS 0.13

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#334752 (or 0x334752) is known color: Atomic. HEX triplet: 33, 47 and 52. RGB value is (51,71,82). Sum of RGB (Red+Green+Blue) = 51+71+82=204 (27% of max value = 765). Red value is 51 (20.31% from 255 or 25% from 204); Green value is 71 (28.12% from 255 or 34.80% from 204); Blue value is 82 (32.42% from 255 or 40.20% from 204); Max value from RGB is 82 - color contains mainly: blue. Hex color #334752 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #334752 is #CCB8AD. Grayscale: #424242. Windows color (decimal): -13416622 or 5392179. OLE color: 5392179.

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

Color convert

RGB 51 71 82 -
CMYK 0.38 0.13 0 0.68
HSL 201.29º 0.23% 0.26% -
HSV(B) 201.29º 0.38% 0.32% -
XYZ 5.14 5.82 8.83 -
YUV 66.27 136.87 117.11 -
System Red Green Blue C M Y K H S L
Decimal 51 71 82 0.38 0.13 0 0.68 201.29 0.23 0.26
Hex 33 47 52 26 D 0 44 C9 17 1A
Octal 63 107 122 46 15 0 104 311 27 32
Binary 110011 1000111 1010010 100110 1101 0 1000100 11001001 10111 11010

Color Harmonies of #334752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334752

Black with #334752

Text Example


Text Example

White with #334752

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #334752; }

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

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

background-color css

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

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

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

border-color css

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

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

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