#3315AA

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

Shades of Ultramarine #3315AA

Tints of Ultramarine #3315AA

Color information

#3315AA (or 0x3315AA) is unknown color: approx Ultramarine. HEX triplet: 33, 15 and AA. RGB value is (51,21,170). Sum of RGB (Red+Green+Blue) = 51+21+170=242 (32% of max value = 765). Red value is 51 (20.31% from 255 or 21.07% from 242); Green value is 21 (8.59% from 255 or 8.68% from 242); Blue value is 170 (66.80% from 255 or 70.25% from 242); Max value from RGB is 170 - color contains mainly: blue. Hex color #3315AA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3315AA is #CCEA55. Grayscale: #2E2E2E. Windows color (decimal): -13429334 or 11146547. OLE color: 11146547.

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

Color convert

RGB5121170-
CMYK0.70.8800.33
HSL252.08º78.01%37.45%-
HSV(B)252.08º87.65%66.67%-
XYZ8.894.1438.36-
YUV46.96197.44130.88-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 21.07%
GREEN value IS 21 (8.59% from 255) = 8.68%
BLUE value IS 170 (66.80% from 255) = 70.25%
R=21.07%
G=8.68%
B=70.25%

CMYK

C (Cyan) values IS 0.7
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal51211700.70.8800.33252.0878.0137.45
Hex3315AA4658021fc4e25
Octal632525210613004137411645
Binary1100111010110101010100011010110000100001111111001001110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3315AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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