Html Css Color HEX #3A5CAE Mariner

📋 copy color: '#3A5CAE'

red 58 ◦ green 92 ◦ blue 174

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

Shades of Mariner #3A5CAE

Tints of Mariner #3A5CAE

RGB

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

 GREEN value IS 92 (36.33% from 255) = 28.4%

 BLUE value IS 174 (68.36% from 255) = 53.7%

R = 17.9%
G = 28.4%
B = 53.7%

CMYK

 C value IS 0.67

 M value IS 0.47

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#3A5CAE (or 0x3A5CAE) is known color: Mariner. HEX triplet: 3A, 5C and AE. RGB value is (58,92,174). Sum of RGB (Red+Green+Blue) = 58+92+174=324 (42% of max value = 765). Red value is 58 (23.05% from 255 or 17.90% from 324); Green value is 92 (36.33% from 255 or 28.40% from 324); Blue value is 174 (68.36% from 255 or 53.70% from 324); Max value from RGB is 174 - color contains mainly: blue. Hex color #3A5CAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3A5CAE is #C5A351. Grayscale: #5A5A5A. Windows color (decimal): -12952402 or 11426874. OLE color: 11426874.

HSL color Cylindrical-coordinate representation of color #3A5CAE: hue angle of 222.41º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3A5CAE is Cyan = 0.67, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 58 92 174 -
CMYK 0.67 0.47 0 0.32
HSL 222.41º 0.5% 0.45% -
HSV(B) 222.41º 0.67% 0.68% -
XYZ 13.21 11.61 41.59 -
YUV 91.18 174.74 104.33 -
System Red Green Blue C M Y K H S L
Decimal 58 92 174 0.67 0.47 0 0.32 222.41 0.5 0.45
Hex 3A 5C AE 43 2F 0 20 DE 32 2D
Octal 72 134 256 103 57 0 40 336 62 55
Binary 111010 1011100 10101110 1000011 101111 0 100000 11011110 110010 101101

Color Harmonies of #3A5CAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A5CAE

Black with #3A5CAE

Text Example


Text Example

White with #3A5CAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,92,174); }

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

background-color css

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

 a { background-color: rgb(58,92,174); }

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

border-color css

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

 span { border-color: rgb(58,92,174); }

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