Html Css Color HEX #3A6C89 Astral

📋 copy color: '#3A6C89'

red 58 ◦ green 108 ◦ blue 137

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

Shades of Astral #3A6C89

Tints of Astral #3A6C89

RGB

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

 GREEN value IS 108 (42.58% from 255) = 35.64%

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

R = 19.14%
G = 35.64%
B = 45.21%

CMYK

 C value IS 0.58

 M value IS 0.21

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#3A6C89 (or 0x3A6C89) is known color: Astral. HEX triplet: 3A, 6C and 89. RGB value is (58,108,137). Sum of RGB (Red+Green+Blue) = 58+108+137=303 (40% of max value = 765). Red value is 58 (23.05% from 255 or 19.14% from 303); Green value is 108 (42.58% from 255 or 35.64% from 303); Blue value is 137 (53.91% from 255 or 45.21% from 303); Max value from RGB is 137 - color contains mainly: blue. Hex color #3A6C89 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3A6C89 is #C59376. Grayscale: #606060. Windows color (decimal): -12948343 or 9006138. OLE color: 9006138.

HSL color Cylindrical-coordinate representation of color #3A6C89: hue angle of 202.03º 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 #3A6C89 is Cyan = 0.58, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 58 108 137 -
CMYK 0.58 0.21 0 0.46
HSL 202.03º 0.41% 0.38% -
HSV(B) 202.03º 0.58% 0.54% -
XYZ 11.62 13.43 25.65 -
YUV 96.36 150.94 100.64 -
System Red Green Blue C M Y K H S L
Decimal 58 108 137 0.58 0.21 0 0.46 202.03 0.41 0.38
Hex 3A 6C 89 3A 15 0 2E CA 29 26
Octal 72 154 211 72 25 0 56 312 51 46
Binary 111010 1101100 10001001 111010 10101 0 101110 11001010 101001 100110

Color Harmonies of #3A6C89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A6C89

Black with #3A6C89

Text Example


Text Example

White with #3A6C89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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