#3315B5

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

Shades of Ultramarine #3315B5

Tints of Ultramarine #3315B5

Color information

#3315B5 (or 0x3315B5) is unknown color: approx Ultramarine. HEX triplet: 33, 15 and B5. RGB value is (51,21,181). Sum of RGB (Red+Green+Blue) = 51+21+181=253 (33% of max value = 765). Red value is 51 (20.31% from 255 or 20.16% from 253); Green value is 21 (8.59% from 255 or 8.30% from 253); Blue value is 181 (71.09% from 255 or 71.54% from 253); Max value from RGB is 181 - color contains mainly: blue. Hex color #3315B5 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3315B5 is #CCEA4A. Grayscale: #2F2F2F. Windows color (decimal): -13429323 or 11867443. OLE color: 11867443.

HSL color Cylindrical-coordinate representation of color #3315B5: hue angle of 251.25º degrees, saturation: 0.79, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3315B5 is Cyan = 0.72, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB5121181-
CMYK0.720.8800.29
HSL251.25º79.21%39.61%-
HSV(B)251.25º88.4%70.98%-
XYZ9.974.5844.07-
YUV48.21202.94129.99-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 20.16%
GREEN value IS 21 (8.59% from 255) = 8.30%
BLUE value IS 181 (71.09% from 255) = 71.54%
R=20.16%
G=8.30%
B=71.54%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal51211810.720.8800.29251.2579.2139.61
Hex3315B5485801Dfb4f28
Octal632526511013003537311750
Binary110011101011011010110010001011000011101111110111001111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3315B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3315B5; }

 p { color: rgb(51,21,181); }

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

<style>
 a { background-color: #3315B5; }

 a { background-color: rgb(51,21,181); }

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

<style>
 span { border-color: #3315B5; }

 span { border-color: rgb(51,21,181); }

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