#310CB2

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

Shades of Ultramarine #310CB2

Tints of Ultramarine #310CB2

Color information

#310CB2 (or 0x310CB2) is unknown color: approx Ultramarine. HEX triplet: 31, 0C and B2. RGB value is (49,12,178). Sum of RGB (Red+Green+Blue) = 49+12+178=239 (31% of max value = 765). Red value is 49 (19.53% from 255 or 20.50% from 239); Green value is 12 (5.08% from 255 or 5.02% from 239); Blue value is 178 (69.92% from 255 or 74.48% from 239); Max value from RGB is 178 - color contains mainly: blue. Hex color #310CB2 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #310CB2 is #CEF34D. Grayscale: #292929. Windows color (decimal): -13562702 or 11668529. OLE color: 11668529.

HSL color Cylindrical-coordinate representation of color #310CB2: hue angle of 253.37º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #310CB2 is Cyan = 0.72, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB4912178-
CMYK0.720.9300.30
HSL253.37º87.37%37.25%-
HSV(B)253.37º93.26%69.8%-
XYZ9.434.1342.42-
YUV41.99204.76133-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 20.50%
GREEN value IS 12 (5.08% from 255) = 5.02%
BLUE value IS 178 (69.92% from 255) = 74.48%
R=20.50%
G=5.02%
B=74.48%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal49121780.720.9300.30253.3787.3737.25
Hex31CB2485D01Efd5725
Octal611426211013503637512745
Binary11000111001011001010010001011101011110111111011010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #310CB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #310CB2; }

 p { color: rgb(49,12,178); }

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

<style>
 a { background-color: #310CB2; }

 a { background-color: rgb(49,12,178); }

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

<style>
 span { border-color: #310CB2; }

 span { border-color: rgb(49,12,178); }

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