Html Css Color HEX #3A688B Astral

📋 copy color: '#3A688B'

red 58 ◦ green 104 ◦ blue 139

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

Shades of Astral #3A688B

Tints of Astral #3A688B

RGB

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

 GREEN value IS 104 (41.02% from 255) = 34.55%

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

R = 19.27%
G = 34.55%
B = 46.18%

CMYK

 C value IS 0.58

 M value IS 0.25

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#3A688B (or 0x3A688B) is known color: Astral. HEX triplet: 3A, 68 and 8B. RGB value is (58,104,139). Sum of RGB (Red+Green+Blue) = 58+104+139=301 (39% of max value = 765). Red value is 58 (23.05% from 255 or 19.27% from 301); Green value is 104 (41.02% from 255 or 34.55% from 301); Blue value is 139 (54.69% from 255 or 46.18% from 301); Max value from RGB is 139 - color contains mainly: blue. Hex color #3A688B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3A688B is #C59774. Grayscale: #5E5E5E. Windows color (decimal): -12949365 or 9136186. OLE color: 9136186.

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

Color convert

RGB 58 104 139 -
CMYK 0.58 0.25 0 0.45
HSL 205.93º 0.41% 0.39% -
HSV(B) 205.93º 0.58% 0.55% -
XYZ 11.36 12.66 26.27 -
YUV 94.24 153.26 102.15 -
System Red Green Blue C M Y K H S L
Decimal 58 104 139 0.58 0.25 0 0.45 205.93 0.41 0.39
Hex 3A 68 8B 3A 19 0 2D CE 29 27
Octal 72 150 213 72 31 0 55 316 51 47
Binary 111010 1101000 10001011 111010 11001 0 101101 11001110 101001 100111

Color Harmonies of #3A688B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A688B

Black with #3A688B

Text Example


Text Example

White with #3A688B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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