Html Css Color HEX #3A6780 Astral

📋 copy color: '#3A6780'

red 58 ◦ green 103 ◦ blue 128

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

Shades of Astral #3A6780

Tints of Astral #3A6780

RGB

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

 GREEN value IS 103 (40.63% from 255) = 35.64%

 BLUE value IS 128 (50.39% from 255) = 44.29%

R = 20.07%
G = 35.64%
B = 44.29%

CMYK

 C value IS 0.55

 M value IS 0.20

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#3A6780 (or 0x3A6780) is known color: Astral. HEX triplet: 3A, 67 and 80. RGB value is (58,103,128). Sum of RGB (Red+Green+Blue) = 58+103+128=289 (38% of max value = 765). Red value is 58 (23.05% from 255 or 20.07% from 289); Green value is 103 (40.62% from 255 or 35.64% from 289); Blue value is 128 (50.39% from 255 or 44.29% from 289); Max value from RGB is 128 - color contains mainly: blue. Hex color #3A6780 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3A6780 is #C5987F. Grayscale: #5C5C5C. Windows color (decimal): -12949632 or 8415034. OLE color: 8415034.

HSL color Cylindrical-coordinate representation of color #3A6780: hue angle of 201.43º degrees, saturation: 0.38, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #3A6780 is Cyan = 0.55, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 58 103 128 -
CMYK 0.55 0.20 0 0.50
HSL 201.43º 0.38% 0.36% -
HSV(B) 201.43º 0.55% 0.5% -
XYZ 10.49 12.16 22.22 -
YUV 92.4 148.09 103.47 -
System Red Green Blue C M Y K H S L
Decimal 58 103 128 0.55 0.20 0 0.50 201.43 0.38 0.36
Hex 3A 67 80 37 14 0 32 C9 26 24
Octal 72 147 200 67 24 0 62 311 46 44
Binary 111010 1100111 10000000 110111 10100 0 110010 11001001 100110 100100

Color Harmonies of #3A6780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A6780

Black with #3A6780

Text Example


Text Example

White with #3A6780

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,103,128); }

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

background-color css

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

 a { background-color: rgb(58,103,128); }

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

border-color css

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

 span { border-color: rgb(58,103,128); }

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