Html Css Color HEX #354C58 Atomic

📋 copy color: '#354C58'

red 53 ◦ green 76 ◦ blue 88

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

Shades of Atomic #354C58

Tints of Atomic #354C58

RGB

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

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

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

R = 24.42%
G = 35.02%
B = 40.55%

CMYK

 C value IS 0.40

 M value IS 0.14

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#354C58 (or 0x354C58) is known color: Atomic. HEX triplet: 35, 4C and 58. RGB value is (53,76,88). Sum of RGB (Red+Green+Blue) = 53+76+88=217 (28% of max value = 765). Red value is 53 (21.09% from 255 or 24.42% from 217); Green value is 76 (30.08% from 255 or 35.02% from 217); Blue value is 88 (34.77% from 255 or 40.55% from 217); Max value from RGB is 88 - color contains mainly: blue. Hex color #354C58 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #354C58 is #CAB3A7. Grayscale: #464646. Windows color (decimal): -13284264 or 5786677. OLE color: 5786677.

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

Color convert

RGB 53 76 88 -
CMYK 0.40 0.14 0 0.65
HSL 200.57º 0.25% 0.28% -
HSV(B) 200.57º 0.4% 0.35% -
XYZ 5.81 6.63 10.21 -
YUV 70.49 137.88 115.52 -
System Red Green Blue C M Y K H S L
Decimal 53 76 88 0.40 0.14 0 0.65 200.57 0.25 0.28
Hex 35 4C 58 28 E 0 41 C9 19 1C
Octal 65 114 130 50 16 0 101 311 31 34
Binary 110101 1001100 1011000 101000 1110 0 1000001 11001001 11001 11100

Color Harmonies of #354C58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354C58

Black with #354C58

Text Example


Text Example

White with #354C58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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