Html Css Color HEX #3B55AC Mariner

📋 copy color: '#3B55AC'

red 59 ◦ green 85 ◦ blue 172

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

Shades of Mariner #3B55AC

Tints of Mariner #3B55AC

RGB

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

 GREEN value IS 85 (33.59% from 255) = 26.9%

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

R = 18.67%
G = 26.9%
B = 54.43%

CMYK

 C value IS 0.66

 M value IS 0.51

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3B55AC (or 0x3B55AC) is known color: Mariner. HEX triplet: 3B, 55 and AC. RGB value is (59,85,172). Sum of RGB (Red+Green+Blue) = 59+85+172=316 (41% of max value = 765). Red value is 59 (23.44% from 255 or 18.67% from 316); Green value is 85 (33.59% from 255 or 26.90% from 316); Blue value is 172 (67.58% from 255 or 54.43% from 316); Max value from RGB is 172 - color contains mainly: blue. Hex color #3B55AC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3B55AC is #C4AA53. Grayscale: #565656. Windows color (decimal): -12888660 or 11294011. OLE color: 11294011.

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

Color convert

RGB 59 85 172 -
CMYK 0.66 0.51 0 0.33
HSL 226.19º 0.49% 0.45% -
HSV(B) 226.19º 0.66% 0.67% -
XYZ 12.5 10.41 40.38 -
YUV 87.14 175.89 107.93 -
System Red Green Blue C M Y K H S L
Decimal 59 85 172 0.66 0.51 0 0.33 226.19 0.49 0.45
Hex 3B 55 AC 42 33 0 21 E2 31 2D
Octal 73 125 254 102 63 0 41 342 61 55
Binary 111011 1010101 10101100 1000010 110011 0 100001 11100010 110001 101101

Color Harmonies of #3B55AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B55AC

Black with #3B55AC

Text Example


Text Example

White with #3B55AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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