#3011AA

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

Shades of Ultramarine #3011AA

Tints of Ultramarine #3011AA

Color information

#3011AA (or 0x3011AA) is unknown color: approx Ultramarine. HEX triplet: 30, 11 and AA. RGB value is (48,17,170). Sum of RGB (Red+Green+Blue) = 48+17+170=235 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20.43% from 235); Green value is 17 (7.03% from 255 or 7.23% from 235); Blue value is 170 (66.80% from 255 or 72.34% from 235); Max value from RGB is 170 - color contains mainly: blue. Hex color #3011AA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3011AA is #CFEE55. Grayscale: #2B2B2B. Windows color (decimal): -13626966 or 11145520. OLE color: 11145520.

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

Color convert

RGB4817170-
CMYK0.720.900.33
HSL252.16º81.82%36.67%-
HSV(B)252.16º90%66.67%-
XYZ8.683.9338.33-
YUV43.71199.27131.06-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 20.43%
GREEN value IS 17 (7.03% from 255) = 7.23%
BLUE value IS 170 (66.80% from 255) = 72.34%
R=20.43%
G=7.23%
B=72.34%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.9
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal48171700.720.900.33252.1681.8236.67
Hex3011AA485A021fc5225
Octal602125211013204137412245
Binary1100001000110101010100100010110100100001111111001010010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3011AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,17,170); }

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

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

 a { background-color: rgb(48,17,170); }

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

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

 span { border-color: rgb(48,17,170); }

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