Html Css Color HEX #3B5EAC Mariner

📋 copy color: '#3B5EAC'

red 59 ◦ green 94 ◦ blue 172

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

Shades of Mariner #3B5EAC

Tints of Mariner #3B5EAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 52.92%

R = 18.15%
G = 28.92%
B = 52.92%

CMYK

 C value IS 0.66

 M value IS 0.45

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3B5EAC (or 0x3B5EAC) is known color: Mariner. HEX triplet: 3B, 5E and AC. RGB value is (59,94,172). Sum of RGB (Red+Green+Blue) = 59+94+172=325 (43% of max value = 765). Red value is 59 (23.44% from 255 or 18.15% from 325); Green value is 94 (37.11% from 255 or 28.92% from 325); Blue value is 172 (67.58% from 255 or 52.92% from 325); Max value from RGB is 172 - color contains mainly: blue. Hex color #3B5EAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3B5EAC is #C4A153. Grayscale: #5C5C5C. Windows color (decimal): -12886356 or 11296315. OLE color: 11296315.

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

Color convert

RGB 59 94 172 -
CMYK 0.66 0.45 0 0.33
HSL 221.42º 0.49% 0.45% -
HSV(B) 221.42º 0.66% 0.67% -
XYZ 13.25 11.91 40.63 -
YUV 92.43 172.9 104.16 -
System Red Green Blue C M Y K H S L
Decimal 59 94 172 0.66 0.45 0 0.33 221.42 0.49 0.45
Hex 3B 5E AC 42 2D 0 21 DD 31 2D
Octal 73 136 254 102 55 0 41 335 61 55
Binary 111011 1011110 10101100 1000010 101101 0 100001 11011101 110001 101101

Color Harmonies of #3B5EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B5EAC

Black with #3B5EAC

Text Example


Text Example

White with #3B5EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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