Html Css Color HEX #3A5E9B Mariner

📋 copy color: '#3A5E9B'

red 58 ◦ green 94 ◦ blue 155

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

Shades of Mariner #3A5E9B

Tints of Mariner #3A5E9B

RGB

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

 GREEN value IS 94 (37.11% from 255) = 30.62%

 BLUE value IS 155 (60.94% from 255) = 50.49%

R = 18.89%
G = 30.62%
B = 50.49%

CMYK

 C value IS 0.63

 M value IS 0.39

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#3A5E9B (or 0x3A5E9B) is known color: Mariner. HEX triplet: 3A, 5E and 9B. RGB value is (58,94,155). Sum of RGB (Red+Green+Blue) = 58+94+155=307 (40% of max value = 765). Red value is 58 (23.05% from 255 or 18.89% from 307); Green value is 94 (37.11% from 255 or 30.62% from 307); Blue value is 155 (60.94% from 255 or 50.49% from 307); Max value from RGB is 155 - color contains mainly: blue. Hex color #3A5E9B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3A5E9B is #C5A164. Grayscale: #595959. Windows color (decimal): -12951909 or 10182202. OLE color: 10182202.

HSL color Cylindrical-coordinate representation of color #3A5E9B: hue angle of 217.73º 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 #3A5E9B is Cyan = 0.63, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 58 94 155 -
CMYK 0.63 0.39 0 0.39
HSL 217.73º 0.46% 0.42% -
HSV(B) 217.73º 0.63% 0.61% -
XYZ 11.66 11.27 32.57 -
YUV 90.19 164.57 105.04 -
System Red Green Blue C M Y K H S L
Decimal 58 94 155 0.63 0.39 0 0.39 217.73 0.46 0.42
Hex 3A 5E 9B 3F 27 0 27 DA 2E 2A
Octal 72 136 233 77 47 0 47 332 56 52
Binary 111010 1011110 10011011 111111 100111 0 100111 11011010 101110 101010

Color Harmonies of #3A5E9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A5E9B

Black with #3A5E9B

Text Example


Text Example

White with #3A5E9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,94,155); }

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

background-color css

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

 a { background-color: rgb(58,94,155); }

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

border-color css

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

 span { border-color: rgb(58,94,155); }

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