Html Css Color HEX #3A6D89 Astral

📋 copy color: '#3A6D89'

red 58 ◦ green 109 ◦ blue 137

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

Shades of Astral #3A6D89

Tints of Astral #3A6D89

RGB

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

 GREEN value IS 109 (42.97% from 255) = 35.86%

 BLUE value IS 137 (53.91% from 255) = 45.07%

R = 19.08%
G = 35.86%
B = 45.07%

CMYK

 C value IS 0.58

 M value IS 0.20

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#3A6D89 (or 0x3A6D89) is known color: Astral. HEX triplet: 3A, 6D and 89. RGB value is (58,109,137). Sum of RGB (Red+Green+Blue) = 58+109+137=304 (40% of max value = 765). Red value is 58 (23.05% from 255 or 19.08% from 304); Green value is 109 (42.97% from 255 or 35.86% from 304); Blue value is 137 (53.91% from 255 or 45.07% from 304); Max value from RGB is 137 - color contains mainly: blue. Hex color #3A6D89 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3A6D89 is #C59276. Grayscale: #606060. Windows color (decimal): -12948087 or 9006394. OLE color: 9006394.

HSL color Cylindrical-coordinate representation of color #3A6D89: hue angle of 201.27º degrees, saturation: 0.41, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3A6D89 is Cyan = 0.58, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 58 109 137 -
CMYK 0.58 0.20 0 0.46
HSL 201.27º 0.41% 0.38% -
HSV(B) 201.27º 0.58% 0.54% -
XYZ 11.73 13.64 25.68 -
YUV 96.94 150.6 100.22 -
System Red Green Blue C M Y K H S L
Decimal 58 109 137 0.58 0.20 0 0.46 201.27 0.41 0.38
Hex 3A 6D 89 3A 14 0 2E C9 29 26
Octal 72 155 211 72 24 0 56 311 51 46
Binary 111010 1101101 10001001 111010 10100 0 101110 11001001 101001 100110

Color Harmonies of #3A6D89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A6D89

Black with #3A6D89

Text Example


Text Example

White with #3A6D89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,109,137); }

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

background-color css

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

 a { background-color: rgb(58,109,137); }

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

border-color css

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

 span { border-color: rgb(58,109,137); }

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