Html Css Color HEX #3363AA Mariner

📋 copy color: '#3363AA'

red 51 ◦ green 99 ◦ blue 170

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

Shades of Mariner #3363AA

Tints of Mariner #3363AA

RGB

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

 GREEN value IS 99 (39.06% from 255) = 30.94%

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

R = 15.94%
G = 30.94%
B = 53.13%

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

#3363AA (or 0x3363AA) is known color: Mariner. HEX triplet: 33, 63 and AA. RGB value is (51,99,170). Sum of RGB (Red+Green+Blue) = 51+99+170=320 (42% of max value = 765). Red value is 51 (20.31% from 255 or 15.94% from 320); Green value is 99 (39.06% from 255 or 30.94% from 320); Blue value is 170 (66.80% from 255 or 53.12% from 320); Max value from RGB is 170 - color contains mainly: blue. Hex color #3363AA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3363AA is #CC9C55. Grayscale: #5C5C5C. Windows color (decimal): -13409366 or 11166515. OLE color: 11166515.

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

Color convert

RGB 51 99 170 -
CMYK 0.7 0.42 0 0.33
HSL 215.8º 0.54% 0.43% -
HSV(B) 215.8º 0.7% 0.67% -
XYZ 13.08 12.53 39.76 -
YUV 92.74 171.6 98.23 -
System Red Green Blue C M Y K H S L
Decimal 51 99 170 0.7 0.42 0 0.33 215.8 0.54 0.43
Hex 33 63 AA 46 2A 0 21 D8 36 2B
Octal 63 143 252 106 52 0 41 330 66 53
Binary 110011 1100011 10101010 1000110 101010 0 100001 11011000 110110 101011

Color Harmonies of #3363AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3363AA

Black with #3363AA

Text Example


Text Example

White with #3363AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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