Html Css Color HEX #354B58 Atomic

📋 copy color: '#354B58'

red 53 ◦ green 75 ◦ blue 88

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

Shades of Atomic #354B58

Tints of Atomic #354B58

RGB

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

 GREEN value IS 75 (29.69% from 255) = 34.72%

 BLUE value IS 88 (34.77% from 255) = 40.74%

R = 24.54%
G = 34.72%
B = 40.74%

CMYK

 C value IS 0.40

 M value IS 0.15

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#354B58 (or 0x354B58) is known color: Atomic. HEX triplet: 35, 4B and 58. RGB value is (53,75,88). Sum of RGB (Red+Green+Blue) = 53+75+88=216 (28% of max value = 765). Red value is 53 (21.09% from 255 or 24.54% from 216); Green value is 75 (29.69% from 255 or 34.72% from 216); Blue value is 88 (34.77% from 255 or 40.74% from 216); Max value from RGB is 88 - color contains mainly: blue. Hex color #354B58 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #354B58 is #CAB4A7. Grayscale: #454545. Windows color (decimal): -13284520 or 5786421. OLE color: 5786421.

HSL color Cylindrical-coordinate representation of color #354B58: hue angle of 202.29º degrees, saturation: 0.25, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #354B58 is Cyan = 0.40, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 53 75 88 -
CMYK 0.40 0.15 0 0.65
HSL 202.29º 0.25% 0.28% -
HSV(B) 202.29º 0.4% 0.35% -
XYZ 5.75 6.49 10.18 -
YUV 69.9 138.21 115.94 -
System Red Green Blue C M Y K H S L
Decimal 53 75 88 0.40 0.15 0 0.65 202.29 0.25 0.28
Hex 35 4B 58 28 F 0 41 CA 19 1C
Octal 65 113 130 50 17 0 101 312 31 34
Binary 110101 1001011 1011000 101000 1111 0 1000001 11001010 11001 11100

Color Harmonies of #354B58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354B58

Black with #354B58

Text Example


Text Example

White with #354B58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,75,88); }

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

background-color css

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

 a { background-color: rgb(53,75,88); }

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

border-color css

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

 span { border-color: rgb(53,75,88); }

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