Html Css Color HEX #354E58 Atomic

📋 copy color: '#354E58'

red 53 ◦ green 78 ◦ blue 88

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

Shades of Atomic #354E58

Tints of Atomic #354E58

RGB

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

 GREEN value IS 78 (30.86% from 255) = 35.62%

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

R = 24.2%
G = 35.62%
B = 40.18%

CMYK

 C value IS 0.40

 M value IS 0.11

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#354E58 (or 0x354E58) is known color: Atomic. HEX triplet: 35, 4E and 58. RGB value is (53,78,88). Sum of RGB (Red+Green+Blue) = 53+78+88=219 (29% of max value = 765). Red value is 53 (21.09% from 255 or 24.20% from 219); Green value is 78 (30.86% from 255 or 35.62% from 219); Blue value is 88 (34.77% from 255 or 40.18% from 219); Max value from RGB is 88 - color contains mainly: blue. Hex color #354E58 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #354E58 is #CAB1A7. Grayscale: #474747. Windows color (decimal): -13283752 or 5787189. OLE color: 5787189.

HSL color Cylindrical-coordinate representation of color #354E58: hue angle of 197.14º 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 #354E58 is Cyan = 0.40, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 53 78 88 -
CMYK 0.40 0.11 0 0.65
HSL 197.14º 0.25% 0.28% -
HSV(B) 197.14º 0.4% 0.35% -
XYZ 5.95 6.91 10.25 -
YUV 71.67 137.22 114.69 -
System Red Green Blue C M Y K H S L
Decimal 53 78 88 0.40 0.11 0 0.65 197.14 0.25 0.28
Hex 35 4E 58 28 B 0 41 C5 19 1C
Octal 65 116 130 50 13 0 101 305 31 34
Binary 110101 1001110 1011000 101000 1011 0 1000001 11000101 11001 11100

Color Harmonies of #354E58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354E58

Black with #354E58

Text Example


Text Example

White with #354E58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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