#330FBA

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

Shades of Ultramarine #330FBA

Tints of Ultramarine #330FBA

Color information

#330FBA (or 0x330FBA) is unknown color: approx Ultramarine. HEX triplet: 33, 0F and BA. RGB value is (51,15,186). Sum of RGB (Red+Green+Blue) = 51+15+186=252 (33% of max value = 765). Red value is 51 (20.31% from 255 or 20.24% from 252); Green value is 15 (6.25% from 255 or 5.95% from 252); Blue value is 186 (73.05% from 255 or 73.81% from 252); Max value from RGB is 186 - color contains mainly: blue. Hex color #330FBA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #330FBA is #CCF045. Grayscale: #2C2C2C. Windows color (decimal): -13430854 or 12193587. OLE color: 12193587.

HSL color Cylindrical-coordinate representation of color #330FBA: hue angle of 252.63º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #330FBA is Cyan = 0.73, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB5115186-
CMYK0.730.9200.27
HSL252.63º85.07%39.41%-
HSV(B)252.63º91.94%72.94%-
XYZ10.44.5946.79-
YUV45.26207.43132.1-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 20.24%
GREEN value IS 15 (6.25% from 255) = 5.95%
BLUE value IS 186 (73.05% from 255) = 73.81%
R=20.24%
G=5.95%
B=73.81%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal51151860.730.9200.27252.6385.0739.41
Hex33FBA495C01Bfd5527
Octal631727211113403337512547
Binary11001111111011101010010011011100011011111111011010101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #330FBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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