#330AAB

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

Shades of Ultramarine #330AAB

Tints of Ultramarine #330AAB

Color information

#330AAB (or 0x330AAB) is unknown color: approx Ultramarine. HEX triplet: 33, 0A and AB. RGB value is (51,10,171). Sum of RGB (Red+Green+Blue) = 51+10+171=232 (30% of max value = 765). Red value is 51 (20.31% from 255 or 21.98% from 232); Green value is 10 (4.30% from 255 or 4.31% from 232); Blue value is 171 (67.19% from 255 or 73.71% from 232); Max value from RGB is 171 - color contains mainly: blue. Hex color #330AAB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #330AAB is #CCF554. Grayscale: #282828. Windows color (decimal): -13432149 or 11209267. OLE color: 11209267.

HSL color Cylindrical-coordinate representation of color #330AAB: hue angle of 255.28º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #330AAB is Cyan = 0.70, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB5110171-
CMYK0.700.9400.33
HSL255.28º88.95%35.49%-
HSV(B)255.28º94.15%67.06%-
XYZ8.823.8638.81-
YUV40.61201.58135.41-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 21.98%
GREEN value IS 10 (4.30% from 255) = 4.31%
BLUE value IS 171 (67.19% from 255) = 73.71%
R=21.98%
G=4.31%
B=73.71%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal51101710.700.9400.33255.2888.9535.49
Hex33AAB465E021ff5923
Octal631225310613604137713143
Binary110011101010101011100011010111100100001111111111011001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #330AAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #330AAB; }

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

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

<style>
 a { background-color: #330AAB; }

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

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

<style>
 span { border-color: #330AAB; }

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

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