Html Css Color HEX #3A708B Astral

📋 copy color: '#3A708B'

red 58 ◦ green 112 ◦ blue 139

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

Shades of Astral #3A708B

Tints of Astral #3A708B

RGB

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

 GREEN value IS 112 (44.14% from 255) = 36.25%

 BLUE value IS 139 (54.69% from 255) = 44.98%

R = 18.77%
G = 36.25%
B = 44.98%

CMYK

 C value IS 0.58

 M value IS 0.19

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#3A708B (or 0x3A708B) is known color: Astral. HEX triplet: 3A, 70 and 8B. RGB value is (58,112,139). Sum of RGB (Red+Green+Blue) = 58+112+139=309 (40% of max value = 765). Red value is 58 (23.05% from 255 or 18.77% from 309); Green value is 112 (44.14% from 255 or 36.25% from 309); Blue value is 139 (54.69% from 255 or 44.98% from 309); Max value from RGB is 139 - color contains mainly: blue. Hex color #3A708B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3A708B is #C58F74. Grayscale: #626262. Windows color (decimal): -12947317 or 9138234. OLE color: 9138234.

HSL color Cylindrical-coordinate representation of color #3A708B: hue angle of 200º degrees, saturation: 0.41, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3A708B is Cyan = 0.58, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 58 112 139 -
CMYK 0.58 0.19 0 0.45
HSL 200º 0.41% 0.39% -
HSV(B) 200º 0.58% 0.55% -
XYZ 12.2 14.35 26.55 -
YUV 98.93 150.61 98.8 -
System Red Green Blue C M Y K H S L
Decimal 58 112 139 0.58 0.19 0 0.45 200 0.41 0.39
Hex 3A 70 8B 3A 13 0 2D C8 29 27
Octal 72 160 213 72 23 0 55 310 51 47
Binary 111010 1110000 10001011 111010 10011 0 101101 11001000 101001 100111

Color Harmonies of #3A708B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A708B

Black with #3A708B

Text Example


Text Example

White with #3A708B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,112,139); }

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

background-color css

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

 a { background-color: rgb(58,112,139); }

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

border-color css

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

 span { border-color: rgb(58,112,139); }

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