Html Css Color HEX #3B5FAE Mariner

📋 copy color: '#3B5FAE'

red 59 ◦ green 95 ◦ blue 174

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

Shades of Mariner #3B5FAE

Tints of Mariner #3B5FAE

RGB

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

 GREEN value IS 95 (37.5% from 255) = 28.96%

 BLUE value IS 174 (68.36% from 255) = 53.05%

R = 17.99%
G = 28.96%
B = 53.05%

CMYK

 C value IS 0.66

 M value IS 0.45

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#3B5FAE (or 0x3B5FAE) is known color: Mariner. HEX triplet: 3B, 5F and AE. RGB value is (59,95,174). Sum of RGB (Red+Green+Blue) = 59+95+174=328 (43% of max value = 765). Red value is 59 (23.44% from 255 or 17.99% from 328); Green value is 95 (37.5% from 255 or 28.96% from 328); Blue value is 174 (68.36% from 255 or 53.05% from 328); Max value from RGB is 174 - color contains mainly: blue. Hex color #3B5FAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3B5FAE is #C4A051. Grayscale: #5C5C5C. Windows color (decimal): -12886098 or 11427643. OLE color: 11427643.

HSL color Cylindrical-coordinate representation of color #3B5FAE: hue angle of 221.22º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3B5FAE is Cyan = 0.66, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 59 95 174 -
CMYK 0.66 0.45 0 0.32
HSL 221.22º 0.49% 0.46% -
HSV(B) 221.22º 0.66% 0.68% -
XYZ 13.54 12.17 41.68 -
YUV 93.24 173.57 103.58 -
System Red Green Blue C M Y K H S L
Decimal 59 95 174 0.66 0.45 0 0.32 221.22 0.49 0.46
Hex 3B 5F AE 42 2D 0 20 DD 31 2E
Octal 73 137 256 102 55 0 40 335 61 56
Binary 111011 1011111 10101110 1000010 101101 0 100000 11011101 110001 101110

Color Harmonies of #3B5FAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B5FAE

Black with #3B5FAE

Text Example


Text Example

White with #3B5FAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,95,174); }

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

background-color css

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

 a { background-color: rgb(59,95,174); }

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

border-color css

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

 span { border-color: rgb(59,95,174); }

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