Html Css Color HEX #3B5DAC Mariner

📋 copy color: '#3B5DAC'

red 59 ◦ green 93 ◦ blue 172

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

Shades of Mariner #3B5DAC

Tints of Mariner #3B5DAC

RGB

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

 GREEN value IS 93 (36.72% from 255) = 28.7%

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

R = 18.21%
G = 28.7%
B = 53.09%

CMYK

 C value IS 0.66

 M value IS 0.46

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3B5DAC (or 0x3B5DAC) is known color: Mariner. HEX triplet: 3B, 5D and AC. RGB value is (59,93,172). Sum of RGB (Red+Green+Blue) = 59+93+172=324 (42% of max value = 765). Red value is 59 (23.44% from 255 or 18.21% from 324); Green value is 93 (36.72% from 255 or 28.70% from 324); Blue value is 172 (67.58% from 255 or 53.09% from 324); Max value from RGB is 172 - color contains mainly: blue. Hex color #3B5DAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3B5DAC is #C4A253. Grayscale: #5B5B5B. Windows color (decimal): -12886612 or 11296059. OLE color: 11296059.

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

Color convert

RGB 59 93 172 -
CMYK 0.66 0.46 0 0.33
HSL 221.95º 0.49% 0.45% -
HSV(B) 221.95º 0.66% 0.67% -
XYZ 13.16 11.74 40.6 -
YUV 91.84 173.24 104.58 -
System Red Green Blue C M Y K H S L
Decimal 59 93 172 0.66 0.46 0 0.33 221.95 0.49 0.45
Hex 3B 5D AC 42 2E 0 21 DE 31 2D
Octal 73 135 254 102 56 0 41 336 61 55
Binary 111011 1011101 10101100 1000010 101110 0 100001 11011110 110001 101101

Color Harmonies of #3B5DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B5DAC

Black with #3B5DAC

Text Example


Text Example

White with #3B5DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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