Html Css Color HEX #3A6A87 Astral

📋 copy color: '#3A6A87'

red 58 ◦ green 106 ◦ blue 135

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

Shades of Astral #3A6A87

Tints of Astral #3A6A87

RGB

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

 GREEN value IS 106 (41.8% from 255) = 35.45%

 BLUE value IS 135 (53.13% from 255) = 45.15%

R = 19.4%
G = 35.45%
B = 45.15%

CMYK

 C value IS 0.57

 M value IS 0.21

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#3A6A87 (or 0x3A6A87) is known color: Astral. HEX triplet: 3A, 6A and 87. RGB value is (58,106,135). Sum of RGB (Red+Green+Blue) = 58+106+135=299 (39% of max value = 765). Red value is 58 (23.05% from 255 or 19.40% from 299); Green value is 106 (41.80% from 255 or 35.45% from 299); Blue value is 135 (53.12% from 255 or 45.15% from 299); Max value from RGB is 135 - color contains mainly: blue. Hex color #3A6A87 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3A6A87 is #C59578. Grayscale: #5E5E5E. Windows color (decimal): -12948857 or 8874554. OLE color: 8874554.

HSL color Cylindrical-coordinate representation of color #3A6A87: hue angle of 202.6º degrees, saturation: 0.4, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3A6A87 is Cyan = 0.57, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 58 106 135 -
CMYK 0.57 0.21 0 0.47
HSL 202.6º 0.4% 0.38% -
HSV(B) 202.6º 0.57% 0.53% -
XYZ 11.27 12.96 24.83 -
YUV 94.95 150.6 101.64 -
System Red Green Blue C M Y K H S L
Decimal 58 106 135 0.57 0.21 0 0.47 202.6 0.4 0.38
Hex 3A 6A 87 39 15 0 2F CB 28 26
Octal 72 152 207 71 25 0 57 313 50 46
Binary 111010 1101010 10000111 111001 10101 0 101111 11001011 101000 100110

Color Harmonies of #3A6A87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A6A87

Black with #3A6A87

Text Example


Text Example

White with #3A6A87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,106,135); }

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

background-color css

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

 a { background-color: rgb(58,106,135); }

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

border-color css

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

 span { border-color: rgb(58,106,135); }

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