Html Css Color HEX #3B5EAA Mariner

📋 copy color: '#3B5EAA'

red 59 ◦ green 94 ◦ blue 170

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

Shades of Mariner #3B5EAA

Tints of Mariner #3B5EAA

RGB

 RED value IS 59 (23.44% from 255) = 18.27%

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

 BLUE value IS 170 (66.8% from 255) = 52.63%

R = 18.27%
G = 29.1%
B = 52.63%

CMYK

 C value IS 0.65

 M value IS 0.45

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3B5EAA (or 0x3B5EAA) is known color: Mariner. HEX triplet: 3B, 5E and AA. RGB value is (59,94,170). Sum of RGB (Red+Green+Blue) = 59+94+170=323 (42% of max value = 765). Red value is 59 (23.44% from 255 or 18.27% from 323); Green value is 94 (37.11% from 255 or 29.10% from 323); Blue value is 170 (66.80% from 255 or 52.63% from 323); Max value from RGB is 170 - color contains mainly: blue. Hex color #3B5EAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3B5EAA is #C4A155. Grayscale: #5B5B5B. Windows color (decimal): -12886358 or 11165243. OLE color: 11165243.

HSL color Cylindrical-coordinate representation of color #3B5EAA: hue angle of 221.08º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3B5EAA is Cyan = 0.65, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 59 94 170 -
CMYK 0.65 0.45 0 0.33
HSL 221.08º 0.48% 0.45% -
HSV(B) 221.08º 0.65% 0.67% -
XYZ 13.06 11.84 39.63 -
YUV 92.2 171.9 104.32 -
System Red Green Blue C M Y K H S L
Decimal 59 94 170 0.65 0.45 0 0.33 221.08 0.48 0.45
Hex 3B 5E AA 41 2D 0 21 DD 30 2D
Octal 73 136 252 101 55 0 41 335 60 55
Binary 111011 1011110 10101010 1000001 101101 0 100001 11011101 110000 101101

Color Harmonies of #3B5EAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B5EAA

Black with #3B5EAA

Text Example


Text Example

White with #3B5EAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,94,170); }

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

background-color css

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

 a { background-color: rgb(59,94,170); }

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

border-color css

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

 span { border-color: rgb(59,94,170); }

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