Html Css Color HEX #3A599C Mariner

📋 copy color: '#3A599C'

red 58 ◦ green 89 ◦ blue 156

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

Shades of Mariner #3A599C

Tints of Mariner #3A599C

RGB

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

 GREEN value IS 89 (35.16% from 255) = 29.37%

 BLUE value IS 156 (61.33% from 255) = 51.49%

R = 19.14%
G = 29.37%
B = 51.49%

CMYK

 C value IS 0.63

 M value IS 0.43

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#3A599C (or 0x3A599C) is known color: Mariner. HEX triplet: 3A, 59 and 9C. RGB value is (58,89,156). Sum of RGB (Red+Green+Blue) = 58+89+156=303 (40% of max value = 765). Red value is 58 (23.05% from 255 or 19.14% from 303); Green value is 89 (35.16% from 255 or 29.37% from 303); Blue value is 156 (61.33% from 255 or 51.49% from 303); Max value from RGB is 156 - color contains mainly: blue. Hex color #3A599C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3A599C is #C5A663. Grayscale: #575757. Windows color (decimal): -12953188 or 10246458. OLE color: 10246458.

HSL color Cylindrical-coordinate representation of color #3A599C: hue angle of 221.02º degrees, saturation: 0.46, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3A599C is Cyan = 0.63, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 58 89 156 -
CMYK 0.63 0.43 0 0.39
HSL 221.02º 0.46% 0.42% -
HSV(B) 221.02º 0.63% 0.61% -
XYZ 11.32 10.44 32.87 -
YUV 87.37 166.73 107.05 -
System Red Green Blue C M Y K H S L
Decimal 58 89 156 0.63 0.43 0 0.39 221.02 0.46 0.42
Hex 3A 59 9C 3F 2B 0 27 DD 2E 2A
Octal 72 131 234 77 53 0 47 335 56 52
Binary 111010 1011001 10011100 111111 101011 0 100111 11011101 101110 101010

Color Harmonies of #3A599C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A599C

Black with #3A599C

Text Example


Text Example

White with #3A599C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,89,156); }

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

background-color css

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

 a { background-color: rgb(58,89,156); }

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

border-color css

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

 span { border-color: rgb(58,89,156); }

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