#330aa7

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

Shades of Ultramarine #330AA7

Tints of Ultramarine #330AA7

Color information

#330AA7 (or 0x330AA7) is unknown color: approx Ultramarine. HEX triplet: 33, 0A and A7. RGB value is (51,10,167). Sum of RGB (Red+Green+Blue) = 51+10+167=228 (30% of max value = 765). Red value is 51 (20.31% from 255 or 22.37% from 228); Green value is 10 (4.30% from 255 or 4.39% from 228); Blue value is 167 (65.62% from 255 or 73.25% from 228); Max value from RGB is 167 - color contains mainly: blue. Hex color #330AA7 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #330AA7 is #CCF558. Grayscale: #272727. Windows color (decimal): -13432153 or 10947123. OLE color: 10947123.

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

Color convert

RGB5110167-
CMYK0.690.9400.35
HSL255.67º88.7%34.71%-
HSV(B)255.67º94.01%65.49%-
XYZ8.453.7136.83-
YUV40.16199.58135.73-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 22.37%
GREEN value IS 10 (4.30% from 255) = 4.39%
BLUE value IS 167 (65.62% from 255) = 73.25%
R=22.37%
G=4.39%
B=73.25%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal51101670.690.9400.35255.6788.734.71
Hex33AA7455E0231005923
Octal631224710513604340013143
Binary1100111010101001111000101101111001000111000000001011001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #330aa7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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