Html Css Color HEX #3A6D90 Astral

📋 copy color: '#3A6D90'

red 58 ◦ green 109 ◦ blue 144

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

Shades of Astral #3A6D90

Tints of Astral #3A6D90

RGB

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

 GREEN value IS 109 (42.97% from 255) = 35.05%

 BLUE value IS 144 (56.64% from 255) = 46.3%

R = 18.65%
G = 35.05%
B = 46.3%

CMYK

 C value IS 0.60

 M value IS 0.24

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#3A6D90 (or 0x3A6D90) is known color: Astral. HEX triplet: 3A, 6D and 90. RGB value is (58,109,144). Sum of RGB (Red+Green+Blue) = 58+109+144=311 (41% of max value = 765). Red value is 58 (23.05% from 255 or 18.65% from 311); Green value is 109 (42.97% from 255 or 35.05% from 311); Blue value is 144 (56.64% from 255 or 46.30% from 311); Max value from RGB is 144 - color contains mainly: blue. Hex color #3A6D90 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3A6D90 is #C5926F. Grayscale: #616161. Windows color (decimal): -12948080 or 9465146. OLE color: 9465146.

HSL color Cylindrical-coordinate representation of color #3A6D90: hue angle of 204.42º degrees, saturation: 0.43, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3A6D90 is Cyan = 0.60, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 58 109 144 -
CMYK 0.60 0.24 0 0.44
HSL 204.42º 0.43% 0.4% -
HSV(B) 204.42º 0.6% 0.56% -
XYZ 12.25 13.85 28.41 -
YUV 97.74 154.1 99.65 -
System Red Green Blue C M Y K H S L
Decimal 58 109 144 0.60 0.24 0 0.44 204.42 0.43 0.4
Hex 3A 6D 90 3C 18 0 2C CC 2B 28
Octal 72 155 220 74 30 0 54 314 53 50
Binary 111010 1101101 10010000 111100 11000 0 101100 11001100 101011 101000

Color Harmonies of #3A6D90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A6D90

Black with #3A6D90

Text Example


Text Example

White with #3A6D90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,109,144); }

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

background-color css

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

 a { background-color: rgb(58,109,144); }

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

border-color css

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

 span { border-color: rgb(58,109,144); }

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