#3312B6

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

Shades of Ultramarine #3312B6

Tints of Ultramarine #3312B6

Color information

#3312B6 (or 0x3312B6) is unknown color: approx Ultramarine. HEX triplet: 33, 12 and B6. RGB value is (51,18,182). Sum of RGB (Red+Green+Blue) = 51+18+182=251 (33% of max value = 765). Red value is 51 (20.31% from 255 or 20.32% from 251); Green value is 18 (7.42% from 255 or 7.17% from 251); Blue value is 182 (71.48% from 255 or 72.51% from 251); Max value from RGB is 182 - color contains mainly: blue. Hex color #3312B6 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3312B6 is #CCED49. Grayscale: #2D2D2D. Windows color (decimal): -13430090 or 11932211. OLE color: 11932211.

HSL color Cylindrical-coordinate representation of color #3312B6: hue angle of 252.07º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3312B6 is Cyan = 0.72, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB5118182-
CMYK0.720.9000.29
HSL252.07º82%39.22%-
HSV(B)252.07º90.11%71.37%-
XYZ10.034.5144.6-
YUV46.56204.43131.16-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 20.32%
GREEN value IS 18 (7.42% from 255) = 7.17%
BLUE value IS 182 (71.48% from 255) = 72.51%
R=20.32%
G=7.17%
B=72.51%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal51181820.720.9000.29252.078239.22
Hex3312B6485A01Dfc5227
Octal632226611013203537412247
Binary110011100101011011010010001011010011101111111001010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3312B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3312B6; }

 p { color: rgb(51,18,182); }

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

<style>
 a { background-color: #3312B6; }

 a { background-color: rgb(51,18,182); }

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

<style>
 span { border-color: #3312B6; }

 span { border-color: rgb(51,18,182); }

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