Html Css Color HEX #354F5B Atomic

📋 copy color: '#354F5B'

red 53 ◦ green 79 ◦ blue 91

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

Shades of Atomic #354F5B

Tints of Atomic #354F5B

RGB

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

 GREEN value IS 79 (31.25% from 255) = 35.43%

 BLUE value IS 91 (35.94% from 255) = 40.81%

R = 23.77%
G = 35.43%
B = 40.81%

CMYK

 C value IS 0.42

 M value IS 0.13

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#354F5B (or 0x354F5B) is known color: Atomic. HEX triplet: 35, 4F and 5B. RGB value is (53,79,91). Sum of RGB (Red+Green+Blue) = 53+79+91=223 (29% of max value = 765). Red value is 53 (21.09% from 255 or 23.77% from 223); Green value is 79 (31.25% from 255 or 35.43% from 223); Blue value is 91 (35.94% from 255 or 40.81% from 223); Max value from RGB is 91 - color contains mainly: blue. Hex color #354F5B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #354F5B is #CAB0A4. Grayscale: #484848. Windows color (decimal): -13283493 or 5984053. OLE color: 5984053.

HSL color Cylindrical-coordinate representation of color #354F5B: hue angle of 198.95º degrees, saturation: 0.26, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #354F5B is Cyan = 0.42, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 53 79 91 -
CMYK 0.42 0.13 0 0.64
HSL 198.95º 0.26% 0.28% -
HSV(B) 198.95º 0.42% 0.36% -
XYZ 6.15 7.1 10.94 -
YUV 72.59 138.39 114.02 -
System Red Green Blue C M Y K H S L
Decimal 53 79 91 0.42 0.13 0 0.64 198.95 0.26 0.28
Hex 35 4F 5B 2A D 0 40 C7 1A 1C
Octal 65 117 133 52 15 0 100 307 32 34
Binary 110101 1001111 1011011 101010 1101 0 1000000 11000111 11010 11100

Color Harmonies of #354F5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354F5B

Black with #354F5B

Text Example


Text Example

White with #354F5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,79,91); }

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

background-color css

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

 a { background-color: rgb(53,79,91); }

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

border-color css

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

 span { border-color: rgb(53,79,91); }

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