Html Css Color HEX #3A658B Astral

📋 copy color: '#3A658B'

red 58 ◦ green 101 ◦ blue 139

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

Shades of Astral #3A658B

Tints of Astral #3A658B

RGB

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

 GREEN value IS 101 (39.84% from 255) = 33.89%

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

R = 19.46%
G = 33.89%
B = 46.64%

CMYK

 C value IS 0.58

 M value IS 0.27

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#3A658B (or 0x3A658B) is known color: Astral. HEX triplet: 3A, 65 and 8B. RGB value is (58,101,139). Sum of RGB (Red+Green+Blue) = 58+101+139=298 (39% of max value = 765). Red value is 58 (23.05% from 255 or 19.46% from 298); Green value is 101 (39.84% from 255 or 33.89% from 298); Blue value is 139 (54.69% from 255 or 46.64% from 298); Max value from RGB is 139 - color contains mainly: blue. Hex color #3A658B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3A658B is #C59A74. Grayscale: #5C5C5C. Windows color (decimal): -12950133 or 9135418. OLE color: 9135418.

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

Color convert

RGB 58 101 139 -
CMYK 0.58 0.27 0 0.45
HSL 208.15º 0.41% 0.39% -
HSV(B) 208.15º 0.58% 0.55% -
XYZ 11.06 12.07 26.17 -
YUV 92.48 154.25 103.41 -
System Red Green Blue C M Y K H S L
Decimal 58 101 139 0.58 0.27 0 0.45 208.15 0.41 0.39
Hex 3A 65 8B 3A 1B 0 2D D0 29 27
Octal 72 145 213 72 33 0 55 320 51 47
Binary 111010 1100101 10001011 111010 11011 0 101101 11010000 101001 100111

Color Harmonies of #3A658B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A658B

Black with #3A658B

Text Example


Text Example

White with #3A658B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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