Html Css Color HEX #354852 Atomic

📋 copy color: '#354852'

red 53 ◦ green 72 ◦ blue 82

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

Shades of Atomic #354852

Tints of Atomic #354852

RGB

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

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

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

R = 25.6%
G = 34.78%
B = 39.61%

CMYK

 C value IS 0.35

 M value IS 0.12

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#354852 (or 0x354852) is known color: Atomic. HEX triplet: 35, 48 and 52. RGB value is (53,72,82). Sum of RGB (Red+Green+Blue) = 53+72+82=207 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.60% from 207); Green value is 72 (28.52% from 255 or 34.78% from 207); Blue value is 82 (32.42% from 255 or 39.61% from 207); Max value from RGB is 82 - color contains mainly: blue. Hex color #354852 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #354852 is #CAB7AD. Grayscale: #434343. Windows color (decimal): -13285294 or 5392437. OLE color: 5392437.

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

Color convert

RGB 53 72 82 -
CMYK 0.35 0.12 0 0.68
HSL 200.69º 0.21% 0.26% -
HSV(B) 200.69º 0.35% 0.32% -
XYZ 5.31 6 8.86 -
YUV 67.46 136.21 117.69 -
System Red Green Blue C M Y K H S L
Decimal 53 72 82 0.35 0.12 0 0.68 200.69 0.21 0.26
Hex 35 48 52 23 C 0 44 C9 15 1A
Octal 65 110 122 43 14 0 104 311 25 32
Binary 110101 1001000 1010010 100011 1100 0 1000100 11001001 10101 11010

Color Harmonies of #354852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354852

Black with #354852

Text Example


Text Example

White with #354852

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #354852; }

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

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

background-color css

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

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

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

border-color css

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

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

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