Html Css Color HEX #3A4E59 Atomic

📋 copy color: '#3A4E59'

red 58 ◦ green 78 ◦ blue 89

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

Shades of Atomic #3A4E59

Tints of Atomic #3A4E59

RGB

 RED value IS 58 (23.05% from 255) = 25.78%

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

 BLUE value IS 89 (35.16% from 255) = 39.56%

R = 25.78%
G = 34.67%
B = 39.56%

CMYK

 C value IS 0.35

 M value IS 0.12

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#3A4E59 (or 0x3A4E59) is known color: Atomic. HEX triplet: 3A, 4E and 59. RGB value is (58,78,89). Sum of RGB (Red+Green+Blue) = 58+78+89=225 (29% of max value = 765). Red value is 58 (23.05% from 255 or 25.78% from 225); Green value is 78 (30.86% from 255 or 34.67% from 225); Blue value is 89 (35.16% from 255 or 39.56% from 225); Max value from RGB is 89 - color contains mainly: blue. Hex color #3A4E59 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A4E59 is #C5B1A6. Grayscale: #494949. Windows color (decimal): -12956071 or 5852730. OLE color: 5852730.

HSL color Cylindrical-coordinate representation of color #3A4E59: hue angle of 201.29º degrees, saturation: 0.21, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #3A4E59 is Cyan = 0.35, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 58 78 89 -
CMYK 0.35 0.12 0 0.65
HSL 201.29º 0.21% 0.29% -
HSV(B) 201.29º 0.35% 0.35% -
XYZ 6.27 7.07 10.49 -
YUV 73.27 136.87 117.11 -
System Red Green Blue C M Y K H S L
Decimal 58 78 89 0.35 0.12 0 0.65 201.29 0.21 0.29
Hex 3A 4E 59 23 C 0 41 C9 15 1D
Octal 72 116 131 43 14 0 101 311 25 35
Binary 111010 1001110 1011001 100011 1100 0 1000001 11001001 10101 11101

Color Harmonies of #3A4E59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A4E59

Black with #3A4E59

Text Example


Text Example

White with #3A4E59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3A4E59; }

 p { color: rgb(58,78,89); }

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

background-color css

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

 a { background-color: rgb(58,78,89); }

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

border-color css

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

 span { border-color: rgb(58,78,89); }

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