Html Css Color HEX #3362AA Mariner

📋 copy color: '#3362AA'

red 51 ◦ green 98 ◦ blue 170

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

Shades of Mariner #3362AA

Tints of Mariner #3362AA

RGB

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

 GREEN value IS 98 (38.67% from 255) = 30.72%

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

R = 15.99%
G = 30.72%
B = 53.29%

CMYK

 C value IS 0.7

 M value IS 0.42

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3362AA (or 0x3362AA) is known color: Mariner. HEX triplet: 33, 62 and AA. RGB value is (51,98,170). Sum of RGB (Red+Green+Blue) = 51+98+170=319 (42% of max value = 765). Red value is 51 (20.31% from 255 or 15.99% from 319); Green value is 98 (38.67% from 255 or 30.72% from 319); Blue value is 170 (66.80% from 255 or 53.29% from 319); Max value from RGB is 170 - color contains mainly: blue. Hex color #3362AA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3362AA is #CC9D55. Grayscale: #5B5B5B. Windows color (decimal): -13409622 or 11166259. OLE color: 11166259.

HSL color Cylindrical-coordinate representation of color #3362AA: hue angle of 216.3º 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 #3362AA is Cyan = 0.7, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 51 98 170 -
CMYK 0.7 0.42 0 0.33
HSL 216.3º 0.54% 0.43% -
HSV(B) 216.3º 0.7% 0.67% -
XYZ 12.99 12.34 39.73 -
YUV 92.16 171.93 98.65 -
System Red Green Blue C M Y K H S L
Decimal 51 98 170 0.7 0.42 0 0.33 216.3 0.54 0.43
Hex 33 62 AA 46 2A 0 21 D8 36 2B
Octal 63 142 252 106 52 0 41 330 66 53
Binary 110011 1100010 10101010 1000110 101010 0 100001 11011000 110110 101011

Color Harmonies of #3362AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3362AA

Black with #3362AA

Text Example


Text Example

White with #3362AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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