Html Css Color HEX #3360AA Mariner

📋 copy color: '#3360AA'

red 51 ◦ green 96 ◦ blue 170

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

Shades of Mariner #3360AA

Tints of Mariner #3360AA

RGB

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

 GREEN value IS 96 (37.89% from 255) = 30.28%

 BLUE value IS 170 (66.8% from 255) = 53.63%

R = 16.09%
G = 30.28%
B = 53.63%

CMYK

 C value IS 0.7

 M value IS 0.44

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3360AA (or 0x3360AA) is known color: Mariner. HEX triplet: 33, 60 and AA. RGB value is (51,96,170). Sum of RGB (Red+Green+Blue) = 51+96+170=317 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.09% from 317); Green value is 96 (37.89% from 255 or 30.28% from 317); Blue value is 170 (66.80% from 255 or 53.63% from 317); Max value from RGB is 170 - color contains mainly: blue. Hex color #3360AA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3360AA is #CC9F55. Grayscale: #5A5A5A. Windows color (decimal): -13410134 or 11165747. OLE color: 11165747.

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

Color convert

RGB 51 96 170 -
CMYK 0.7 0.44 0 0.33
HSL 217.31º 0.54% 0.43% -
HSV(B) 217.31º 0.7% 0.67% -
XYZ 12.8 11.97 39.67 -
YUV 90.98 172.59 99.48 -
System Red Green Blue C M Y K H S L
Decimal 51 96 170 0.7 0.44 0 0.33 217.31 0.54 0.43
Hex 33 60 AA 46 2C 0 21 D9 36 2B
Octal 63 140 252 106 54 0 41 331 66 53
Binary 110011 1100000 10101010 1000110 101100 0 100001 11011001 110110 101011

Color Harmonies of #3360AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3360AA

Black with #3360AA

Text Example


Text Example

White with #3360AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3360AA; }

 p { color: rgb(51,96,170); }

 H1.HeaderClassName
 {
   color: #3360AA;
 }
 .AnyTagClassName
 {
   color: #3360AA;
 }
</style>

background-color css

<style>
 a { background-color: #3360AA; }

 a { background-color: rgb(51,96,170); }

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

border-color css

<style>
 span { border-color: #3360AA; }

 span { border-color: rgb(51,96,170); }

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