Html Css Color HEX #3A6F87 Astral

📋 copy color: '#3A6F87'

red 58 ◦ green 111 ◦ blue 135

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

Shades of Astral #3A6F87

Tints of Astral #3A6F87

RGB

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

 GREEN value IS 111 (43.75% from 255) = 36.51%

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

R = 19.08%
G = 36.51%
B = 44.41%

CMYK

 C value IS 0.57

 M value IS 0.18

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#3A6F87 (or 0x3A6F87) is known color: Astral. HEX triplet: 3A, 6F and 87. RGB value is (58,111,135). Sum of RGB (Red+Green+Blue) = 58+111+135=304 (40% of max value = 765). Red value is 58 (23.05% from 255 or 19.08% from 304); Green value is 111 (43.75% from 255 or 36.51% from 304); Blue value is 135 (53.12% from 255 or 44.41% from 304); Max value from RGB is 135 - color contains mainly: blue. Hex color #3A6F87 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3A6F87 is #C59078. Grayscale: #616161. Windows color (decimal): -12947577 or 8875834. OLE color: 8875834.

HSL color Cylindrical-coordinate representation of color #3A6F87: hue angle of 198.7º 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 #3A6F87 is Cyan = 0.57, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 58 111 135 -
CMYK 0.57 0.18 0 0.47
HSL 198.7º 0.4% 0.38% -
HSV(B) 198.7º 0.57% 0.53% -
XYZ 11.8 14.02 25.01 -
YUV 97.89 148.94 99.55 -
System Red Green Blue C M Y K H S L
Decimal 58 111 135 0.57 0.18 0 0.47 198.7 0.4 0.38
Hex 3A 6F 87 39 12 0 2F C7 28 26
Octal 72 157 207 71 22 0 57 307 50 46
Binary 111010 1101111 10000111 111001 10010 0 101111 11000111 101000 100110

Color Harmonies of #3A6F87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A6F87

Black with #3A6F87

Text Example


Text Example

White with #3A6F87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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