Html Css Color HEX #3A5BAB Mariner

📋 copy color: '#3A5BAB'

red 58 ◦ green 91 ◦ blue 171

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

Shades of Mariner #3A5BAB

Tints of Mariner #3A5BAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 53.44%

R = 18.13%
G = 28.44%
B = 53.44%

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

#3A5BAB (or 0x3A5BAB) is known color: Mariner. HEX triplet: 3A, 5B and AB. RGB value is (58,91,171). Sum of RGB (Red+Green+Blue) = 58+91+171=320 (42% of max value = 765). Red value is 58 (23.05% from 255 or 18.12% from 320); Green value is 91 (35.94% from 255 or 28.44% from 320); Blue value is 171 (67.19% from 255 or 53.44% from 320); Max value from RGB is 171 - color contains mainly: blue. Hex color #3A5BAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3A5BAB is #C5A454. Grayscale: #595959. Windows color (decimal): -12952661 or 11230010. OLE color: 11230010.

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

Color convert

RGB 58 91 171 -
CMYK 0.66 0.47 0 0.33
HSL 222.48º 0.49% 0.45% -
HSV(B) 222.48º 0.66% 0.67% -
XYZ 12.84 11.32 40.04 -
YUV 90.25 173.57 105 -
System Red Green Blue C M Y K H S L
Decimal 58 91 171 0.66 0.47 0 0.33 222.48 0.49 0.45
Hex 3A 5B AB 42 2F 0 21 DE 31 2D
Octal 72 133 253 102 57 0 41 336 61 55
Binary 111010 1011011 10101011 1000010 101111 0 100001 11011110 110001 101101

Color Harmonies of #3A5BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A5BAB

Black with #3A5BAB

Text Example


Text Example

White with #3A5BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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