#3310A7

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

Shades of Ultramarine #3310A7

Tints of Ultramarine #3310A7

Color information

#3310A7 (or 0x3310A7) is unknown color: approx Ultramarine. HEX triplet: 33, 10 and A7. RGB value is (51,16,167). Sum of RGB (Red+Green+Blue) = 51+16+167=234 (30% of max value = 765). Red value is 51 (20.31% from 255 or 21.79% from 234); Green value is 16 (6.64% from 255 or 6.84% from 234); Blue value is 167 (65.62% from 255 or 71.37% from 234); Max value from RGB is 167 - color contains mainly: blue. Hex color #3310A7 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3310A7 is #CCEF58. Grayscale: #2B2B2B. Windows color (decimal): -13430617 or 10948659. OLE color: 10948659.

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

Color convert

RGB5116167-
CMYK0.690.9000.35
HSL253.91º82.51%35.88%-
HSV(B)253.91º90.42%65.49%-
XYZ8.533.8636.86-
YUV43.68197.6133.22-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 21.79%
GREEN value IS 16 (6.64% from 255) = 6.84%
BLUE value IS 167 (65.62% from 255) = 71.37%
R=21.79%
G=6.84%
B=71.37%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal51161670.690.9000.35253.9182.5135.88
Hex3310A7455A023fe5324
Octal632024710513204337612344
Binary1100111000010100111100010110110100100011111111101010011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3310A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3310A7; }

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

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

<style>
 a { background-color: #3310A7; }

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

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

<style>
 span { border-color: #3310A7; }

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

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