Html Css Color HEX #354A52 Atomic

📋 copy color: '#354A52'

red 53 ◦ green 74 ◦ blue 82

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

Shades of Atomic #354A52

Tints of Atomic #354A52

RGB

 RED value IS 53 (21.09% from 255) = 25.36%

 GREEN value IS 74 (29.3% from 255) = 35.41%

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

R = 25.36%
G = 35.41%
B = 39.23%

CMYK

 C value IS 0.35

 M value IS 0.10

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#354A52 (or 0x354A52) is known color: Atomic. HEX triplet: 35, 4A and 52. RGB value is (53,74,82). Sum of RGB (Red+Green+Blue) = 53+74+82=209 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.36% from 209); Green value is 74 (29.30% from 255 or 35.41% from 209); Blue value is 82 (32.42% from 255 or 39.23% from 209); Max value from RGB is 82 - color contains mainly: blue. Hex color #354A52 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #354A52 is #CAB5AD. Grayscale: #444444. Windows color (decimal): -13284782 or 5392949. OLE color: 5392949.

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

Color convert

RGB 53 74 82 -
CMYK 0.35 0.10 0 0.68
HSL 196.55º 0.21% 0.26% -
HSV(B) 196.55º 0.35% 0.32% -
XYZ 5.44 6.26 8.9 -
YUV 68.63 135.54 116.85 -
System Red Green Blue C M Y K H S L
Decimal 53 74 82 0.35 0.10 0 0.68 196.55 0.21 0.26
Hex 35 4A 52 23 A 0 44 C5 15 1A
Octal 65 112 122 43 12 0 104 305 25 32
Binary 110101 1001010 1010010 100011 1010 0 1000100 11000101 10101 11010

Color Harmonies of #354A52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354A52

Black with #354A52

Text Example


Text Example

White with #354A52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #354A52; }

 p { color: rgb(53,74,82); }

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

background-color css

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

 a { background-color: rgb(53,74,82); }

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

border-color css

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

 span { border-color: rgb(53,74,82); }

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