#330FA5

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

Shades of Ultramarine #330FA5

Tints of Ultramarine #330FA5

Color information

#330FA5 (or 0x330FA5) is unknown color: approx Ultramarine. HEX triplet: 33, 0F and A5. RGB value is (51,15,165). Sum of RGB (Red+Green+Blue) = 51+15+165=231 (30% of max value = 765). Red value is 51 (20.31% from 255 or 22.08% from 231); Green value is 15 (6.25% from 255 or 6.49% from 231); Blue value is 165 (64.84% from 255 or 71.43% from 231); Max value from RGB is 165 - color contains mainly: blue. Hex color #330FA5 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #330FA5 is #CCF05A. Grayscale: #2A2A2A. Windows color (decimal): -13430875 or 10817331. OLE color: 10817331.

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

Color convert

RGB5115165-
CMYK0.690.9100.35
HSL254.4º83.33%35.29%-
HSV(B)254.4º90.91%64.71%-
XYZ8.333.7635.88-
YUV42.86196.93133.8-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 22.08%
GREEN value IS 15 (6.25% from 255) = 6.49%
BLUE value IS 165 (64.84% from 255) = 71.43%
R=22.08%
G=6.49%
B=71.43%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal51151650.690.9100.35254.483.3335.29
Hex33FA5455B023fe5323
Octal631724510513304337612343
Binary110011111110100101100010110110110100011111111101010011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #330FA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,15,165); }

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

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

 a { background-color: rgb(51,15,165); }

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

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

 span { border-color: rgb(51,15,165); }

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