Html Css Color HEX #3361AC Mariner

📋 copy color: '#3361AC'

red 51 ◦ green 97 ◦ blue 172

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

Shades of Mariner #3361AC

Tints of Mariner #3361AC

RGB

 RED value IS 51 (20.31% from 255) = 15.94%

 GREEN value IS 97 (38.28% from 255) = 30.31%

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

R = 15.94%
G = 30.31%
B = 53.75%

CMYK

 C value IS 0.70

 M value IS 0.44

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3361AC (or 0x3361AC) is known color: Mariner. HEX triplet: 33, 61 and AC. RGB value is (51,97,172). Sum of RGB (Red+Green+Blue) = 51+97+172=320 (42% of max value = 765). Red value is 51 (20.31% from 255 or 15.94% from 320); Green value is 97 (38.28% from 255 or 30.31% from 320); Blue value is 172 (67.58% from 255 or 53.75% from 320); Max value from RGB is 172 - color contains mainly: blue. Hex color #3361AC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3361AC is #CC9E53. Grayscale: #5B5B5B. Windows color (decimal): -13409876 or 11297075. OLE color: 11297075.

HSL color Cylindrical-coordinate representation of color #3361AC: hue angle of 217.19º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3361AC is Cyan = 0.70, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 51 97 172 -
CMYK 0.70 0.44 0 0.33
HSL 217.19º 0.54% 0.44% -
HSV(B) 217.19º 0.7% 0.67% -
XYZ 13.09 12.23 40.7 -
YUV 91.8 173.26 98.9 -
System Red Green Blue C M Y K H S L
Decimal 51 97 172 0.70 0.44 0 0.33 217.19 0.54 0.44
Hex 33 61 AC 46 2C 0 21 D9 36 2C
Octal 63 141 254 106 54 0 41 331 66 54
Binary 110011 1100001 10101100 1000110 101100 0 100001 11011001 110110 101100

Color Harmonies of #3361AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3361AC

Black with #3361AC

Text Example


Text Example

White with #3361AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3361AC; }

 p { color: rgb(51,97,172); }

 H1.HeaderClassName
 {
   color: #3361AC;
 }
 .AnyTagClassName
 {
   color: #3361AC;
 }
</style>

background-color css

<style>
 a { background-color: #3361AC; }

 a { background-color: rgb(51,97,172); }

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

border-color css

<style>
 span { border-color: #3361AC; }

 span { border-color: rgb(51,97,172); }

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