Html Css Color HEX #3A5BAC Mariner

📋 copy color: '#3A5BAC'

red 58 ◦ green 91 ◦ blue 172

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

Shades of Mariner #3A5BAC

Tints of Mariner #3A5BAC

RGB

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

 GREEN value IS 91 (35.94% from 255) = 28.35%

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

R = 18.07%
G = 28.35%
B = 53.58%

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

#3A5BAC (or 0x3A5BAC) is known color: Mariner. HEX triplet: 3A, 5B and AC. RGB value is (58,91,172). Sum of RGB (Red+Green+Blue) = 58+91+172=321 (42% of max value = 765). Red value is 58 (23.05% from 255 or 18.07% from 321); Green value is 91 (35.94% from 255 or 28.35% from 321); Blue value is 172 (67.58% from 255 or 53.58% from 321); Max value from RGB is 172 - color contains mainly: blue. Hex color #3A5BAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3A5BAC is #C5A453. Grayscale: #5A5A5A. Windows color (decimal): -12952660 or 11295546. OLE color: 11295546.

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

Color convert

RGB 58 91 172 -
CMYK 0.66 0.47 0 0.33
HSL 222.63º 0.5% 0.45% -
HSV(B) 222.63º 0.66% 0.67% -
XYZ 12.93 11.36 40.54 -
YUV 90.37 174.07 104.91 -
System Red Green Blue C M Y K H S L
Decimal 58 91 172 0.66 0.47 0 0.33 222.63 0.5 0.45
Hex 3A 5B AC 42 2F 0 21 DF 32 2D
Octal 72 133 254 102 57 0 41 337 62 55
Binary 111010 1011011 10101100 1000010 101111 0 100001 11011111 110010 101101

Color Harmonies of #3A5BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A5BAC

Black with #3A5BAC

Text Example


Text Example

White with #3A5BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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