Html Css Color HEX #3A6C8D Astral

📋 copy color: '#3A6C8D'

red 58 ◦ green 108 ◦ blue 141

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

Shades of Astral #3A6C8D

Tints of Astral #3A6C8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 45.93%

R = 18.89%
G = 35.18%
B = 45.93%

CMYK

 C value IS 0.59

 M value IS 0.23

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#3A6C8D (or 0x3A6C8D) is known color: Astral. HEX triplet: 3A, 6C and 8D. RGB value is (58,108,141). Sum of RGB (Red+Green+Blue) = 58+108+141=307 (40% of max value = 765). Red value is 58 (23.05% from 255 or 18.89% from 307); Green value is 108 (42.58% from 255 or 35.18% from 307); Blue value is 141 (55.47% from 255 or 45.93% from 307); Max value from RGB is 141 - color contains mainly: blue. Hex color #3A6C8D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3A6C8D is #C59372. Grayscale: #606060. Windows color (decimal): -12948339 or 9268282. OLE color: 9268282.

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

Color convert

RGB 58 108 141 -
CMYK 0.59 0.23 0 0.45
HSL 203.86º 0.42% 0.39% -
HSV(B) 203.86º 0.59% 0.55% -
XYZ 11.92 13.55 27.19 -
YUV 96.81 152.94 100.32 -
System Red Green Blue C M Y K H S L
Decimal 58 108 141 0.59 0.23 0 0.45 203.86 0.42 0.39
Hex 3A 6C 8D 3B 17 0 2D CC 2A 27
Octal 72 154 215 73 27 0 55 314 52 47
Binary 111010 1101100 10001101 111011 10111 0 101101 11001100 101010 100111

Color Harmonies of #3A6C8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A6C8D

Black with #3A6C8D

Text Example


Text Example

White with #3A6C8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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