Html Css Color HEX #3A5CAC Mariner

📋 copy color: '#3A5CAC'

red 58 ◦ green 92 ◦ blue 172

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

Shades of Mariner #3A5CAC

Tints of Mariner #3A5CAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 53.42%

R = 18.01%
G = 28.57%
B = 53.42%

CMYK

 C value IS 0.66

 M value IS 0.47

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3A5CAC (or 0x3A5CAC) is known color: Mariner. HEX triplet: 3A, 5C and AC. RGB value is (58,92,172). Sum of RGB (Red+Green+Blue) = 58+92+172=322 (42% of max value = 765). Red value is 58 (23.05% from 255 or 18.01% from 322); Green value is 92 (36.33% from 255 or 28.57% from 322); Blue value is 172 (67.58% from 255 or 53.42% from 322); Max value from RGB is 172 - color contains mainly: blue. Hex color #3A5CAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3A5CAC is #C5A353. Grayscale: #5A5A5A. Windows color (decimal): -12952404 or 11295802. OLE color: 11295802.

HSL color Cylindrical-coordinate representation of color #3A5CAC: hue angle of 222.11º degrees, saturation: 0.5, 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 #3A5CAC is Cyan = 0.66, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 58 92 172 -
CMYK 0.66 0.47 0 0.33
HSL 222.11º 0.5% 0.45% -
HSV(B) 222.11º 0.66% 0.67% -
XYZ 13.02 11.53 40.57 -
YUV 90.95 173.74 104.5 -
System Red Green Blue C M Y K H S L
Decimal 58 92 172 0.66 0.47 0 0.33 222.11 0.5 0.45
Hex 3A 5C AC 42 2F 0 21 DE 32 2D
Octal 72 134 254 102 57 0 41 336 62 55
Binary 111010 1011100 10101100 1000010 101111 0 100001 11011110 110010 101101

Color Harmonies of #3A5CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A5CAC

Black with #3A5CAC

Text Example


Text Example

White with #3A5CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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