#3103AB

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

Shades of Ultramarine #3103AB

Tints of Ultramarine #3103AB

Color information

#3103AB (or 0x3103AB) is unknown color: approx Ultramarine. HEX triplet: 31, 03 and AB. RGB value is (49,3,171). Sum of RGB (Red+Green+Blue) = 49+3+171=223 (29% of max value = 765). Red value is 49 (19.53% from 255 or 21.97% from 223); Green value is 3 (1.56% from 255 or 1.35% from 223); Blue value is 171 (67.19% from 255 or 76.68% from 223); Max value from RGB is 171 - color contains mainly: blue. Hex color #3103AB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3103AB is #CEFC54. Grayscale: #232323. Windows color (decimal): -13565013 or 11207473. OLE color: 11207473.

HSL color Cylindrical-coordinate representation of color #3103AB: hue angle of 256.43º degrees, saturation: 0.97, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3103AB is Cyan = 0.71, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB493171-
CMYK0.710.9800.33
HSL256.43º96.55%34.12%-
HSV(B)256.43º98.25%67.06%-
XYZ8.653.6638.78-
YUV35.91204.24137.34-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 21.97%
GREEN value IS 3 (1.56% from 255) = 1.35%
BLUE value IS 171 (67.19% from 255) = 76.68%
R=21.97%
G=1.35%
B=76.68%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal4931710.710.9800.33256.4396.5534.12
Hex313AB47620211006122
Octal61325310714204140014142
Binary11000111101010111000111110001001000011000000001100001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3103AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3103AB; }

 p { color: rgb(49,3,171); }

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

<style>
 a { background-color: #3103AB; }

 a { background-color: rgb(49,3,171); }

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

<style>
 span { border-color: #3103AB; }

 span { border-color: rgb(49,3,171); }

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