Html Css Color HEX #3A6881 Astral

📋 copy color: '#3A6881'

red 58 ◦ green 104 ◦ blue 129

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

Shades of Astral #3A6881

Tints of Astral #3A6881

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 44.33%

R = 19.93%
G = 35.74%
B = 44.33%

CMYK

 C value IS 0.55

 M value IS 0.19

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#3A6881 (or 0x3A6881) is known color: Astral. HEX triplet: 3A, 68 and 81. RGB value is (58,104,129). Sum of RGB (Red+Green+Blue) = 58+104+129=291 (38% of max value = 765). Red value is 58 (23.05% from 255 or 19.93% from 291); Green value is 104 (41.02% from 255 or 35.74% from 291); Blue value is 129 (50.78% from 255 or 44.33% from 291); Max value from RGB is 129 - color contains mainly: blue. Hex color #3A6881 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3A6881 is #C5977E. Grayscale: #5C5C5C. Windows color (decimal): -12949375 or 8480826. OLE color: 8480826.

HSL color Cylindrical-coordinate representation of color #3A6881: hue angle of 201.13º degrees, saturation: 0.38, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #3A6881 is Cyan = 0.55, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 58 104 129 -
CMYK 0.55 0.19 0 0.49
HSL 201.13º 0.38% 0.37% -
HSV(B) 201.13º 0.55% 0.51% -
XYZ 10.66 12.39 22.6 -
YUV 93.1 148.26 102.97 -
System Red Green Blue C M Y K H S L
Decimal 58 104 129 0.55 0.19 0 0.49 201.13 0.38 0.37
Hex 3A 68 81 37 13 0 31 C9 26 25
Octal 72 150 201 67 23 0 61 311 46 45
Binary 111010 1101000 10000001 110111 10011 0 110001 11001001 100110 100101

Color Harmonies of #3A6881

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A6881

Black with #3A6881

Text Example


Text Example

White with #3A6881

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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