Html Css Color HEX #3A57AA Mariner

📋 copy color: '#3A57AA'

red 58 ◦ green 87 ◦ blue 170

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

Shades of Mariner #3A57AA

Tints of Mariner #3A57AA

RGB

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

 GREEN value IS 87 (34.38% from 255) = 27.62%

 BLUE value IS 170 (66.8% from 255) = 53.97%

R = 18.41%
G = 27.62%
B = 53.97%

CMYK

 C value IS 0.66

 M value IS 0.49

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3A57AA (or 0x3A57AA) is known color: Mariner. HEX triplet: 3A, 57 and AA. RGB value is (58,87,170). Sum of RGB (Red+Green+Blue) = 58+87+170=315 (41% of max value = 765). Red value is 58 (23.05% from 255 or 18.41% from 315); Green value is 87 (34.38% from 255 or 27.62% from 315); Blue value is 170 (66.80% from 255 or 53.97% from 315); Max value from RGB is 170 - color contains mainly: blue. Hex color #3A57AA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3A57AA is #C5A855. Grayscale: #575757. Windows color (decimal): -12953686 or 11163450. OLE color: 11163450.

HSL color Cylindrical-coordinate representation of color #3A57AA: hue angle of 224.46º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3A57AA is Cyan = 0.66, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 58 87 170 -
CMYK 0.66 0.49 0 0.33
HSL 224.46º 0.49% 0.45% -
HSV(B) 224.46º 0.66% 0.67% -
XYZ 12.41 10.62 39.43 -
YUV 87.79 174.39 106.75 -
System Red Green Blue C M Y K H S L
Decimal 58 87 170 0.66 0.49 0 0.33 224.46 0.49 0.45
Hex 3A 57 AA 42 31 0 21 E0 31 2D
Octal 72 127 252 102 61 0 41 340 61 55
Binary 111010 1010111 10101010 1000010 110001 0 100001 11100000 110001 101101

Color Harmonies of #3A57AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A57AA

Black with #3A57AA

Text Example


Text Example

White with #3A57AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,87,170); }

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

background-color css

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

 a { background-color: rgb(58,87,170); }

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

border-color css

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

 span { border-color: rgb(58,87,170); }

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