Html Css Color HEX #3361AB Mariner

📋 copy color: '#3361AB'

red 51 ◦ green 97 ◦ blue 171

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

Shades of Mariner #3361AB

Tints of Mariner #3361AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 53.61%

R = 15.99%
G = 30.41%
B = 53.61%

CMYK

 C value IS 0.70

 M value IS 0.43

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3361AB (or 0x3361AB) is known color: Mariner. HEX triplet: 33, 61 and AB. RGB value is (51,97,171). Sum of RGB (Red+Green+Blue) = 51+97+171=319 (42% of max value = 765). Red value is 51 (20.31% from 255 or 15.99% from 319); Green value is 97 (38.28% from 255 or 30.41% from 319); Blue value is 171 (67.19% from 255 or 53.61% from 319); Max value from RGB is 171 - color contains mainly: blue. Hex color #3361AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3361AB is #CC9E54. Grayscale: #5B5B5B. Windows color (decimal): -13409877 or 11231539. OLE color: 11231539.

HSL color Cylindrical-coordinate representation of color #3361AB: hue angle of 217º 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 #3361AB is Cyan = 0.70, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 51 97 171 -
CMYK 0.70 0.43 0 0.33
HSL 217º 0.54% 0.44% -
HSV(B) 217º 0.7% 0.67% -
XYZ 12.99 12.19 40.2 -
YUV 91.68 172.76 98.98 -
System Red Green Blue C M Y K H S L
Decimal 51 97 171 0.70 0.43 0 0.33 217 0.54 0.44
Hex 33 61 AB 46 2B 0 21 D9 36 2C
Octal 63 141 253 106 53 0 41 331 66 54
Binary 110011 1100001 10101011 1000110 101011 0 100001 11011001 110110 101100

Color Harmonies of #3361AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3361AB

Black with #3361AB

Text Example


Text Example

White with #3361AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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