#3304AB

Color #3304AB Ultramarine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ultramarine #3304AB

Tints of Ultramarine #3304AB

Color information

#3304AB (or 0x3304AB) is unknown color: approx Ultramarine. HEX triplet: 33, 04 and AB. RGB value is (51,4,171). Sum of RGB (Red+Green+Blue) = 51+4+171=226 (29% of max value = 765). Red value is 51 (20.31% from 255 or 22.57% from 226); Green value is 4 (1.95% from 255 or 1.77% from 226); Blue value is 171 (67.19% from 255 or 75.66% from 226); Max value from RGB is 171 - color contains mainly: blue. Hex color #3304AB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3304AB is #CCFB54. Grayscale: #242424. Windows color (decimal): -13433685 or 11207731. OLE color: 11207731.

HSL color Cylindrical-coordinate representation of color #3304AB: hue angle of 256.89º degrees, saturation: 0.95, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3304AB is Cyan = 0.70, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB514171-
CMYK0.700.9800.33
HSL256.89º95.43%34.31%-
HSV(B)256.89º97.66%67.06%-
XYZ8.763.7338.79-
YUV37.09203.57137.92-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 22.57%
GREEN value IS 4 (1.95% from 255) = 1.77%
BLUE value IS 171 (67.19% from 255) = 75.66%
R=22.57%
G=1.77%
B=75.66%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal5141710.700.9800.33256.8995.4334.31
Hex334AB46620211015f22
Octal63425310614204140113742
Binary110011100101010111000110110001001000011000000011011111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3304AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #3304AB;
 }
 .AnyTagClassName
 {
   color: #3304AB;
 }
</style>
background-color css

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

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

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

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

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

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