Html Css Color HEX #354C52 Atomic

📋 copy color: '#354C52'

red 53 ◦ green 76 ◦ blue 82

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

Shades of Atomic #354C52

Tints of Atomic #354C52

RGB

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

 GREEN value IS 76 (30.08% from 255) = 36.02%

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

R = 25.12%
G = 36.02%
B = 38.86%

CMYK

 C value IS 0.35

 M value IS 0.07

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#354C52 (or 0x354C52) is known color: Atomic. HEX triplet: 35, 4C and 52. RGB value is (53,76,82). Sum of RGB (Red+Green+Blue) = 53+76+82=211 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.12% from 211); Green value is 76 (30.08% from 255 or 36.02% from 211); Blue value is 82 (32.42% from 255 or 38.86% from 211); Max value from RGB is 82 - color contains mainly: blue. Hex color #354C52 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #354C52 is #CAB3AD. Grayscale: #454545. Windows color (decimal): -13284270 or 5393461. OLE color: 5393461.

HSL color Cylindrical-coordinate representation of color #354C52: hue angle of 192.41º 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 #354C52 is Cyan = 0.35, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 53 76 82 -
CMYK 0.35 0.07 0 0.68
HSL 192.41º 0.21% 0.26% -
HSV(B) 192.41º 0.35% 0.32% -
XYZ 5.58 6.53 8.95 -
YUV 69.81 134.88 116.01 -
System Red Green Blue C M Y K H S L
Decimal 53 76 82 0.35 0.07 0 0.68 192.41 0.21 0.26
Hex 35 4C 52 23 7 0 44 C0 15 1A
Octal 65 114 122 43 7 0 104 300 25 32
Binary 110101 1001100 1010010 100011 111 0 1000100 11000000 10101 11010

Color Harmonies of #354C52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354C52

Black with #354C52

Text Example


Text Example

White with #354C52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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