#311FA5

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

Shades of Ultramarine #311FA5

Tints of Ultramarine #311FA5

Color information

#311FA5 (or 0x311FA5) is unknown color: approx Ultramarine. HEX triplet: 31, 1F and A5. RGB value is (49,31,165). Sum of RGB (Red+Green+Blue) = 49+31+165=245 (32% of max value = 765). Red value is 49 (19.53% from 255 or 20% from 245); Green value is 31 (12.5% from 255 or 12.65% from 245); Blue value is 165 (64.84% from 255 or 67.35% from 245); Max value from RGB is 165 - color contains mainly: blue. Hex color #311FA5 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #311FA5 is #CEE05A. Grayscale: #333333. Windows color (decimal): -13557851 or 10821425. OLE color: 10821425.

HSL color Cylindrical-coordinate representation of color #311FA5: hue angle of 248.06º degrees, saturation: 0.68, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #311FA5 is Cyan = 0.70, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB4931165-
CMYK0.700.8100.35
HSL248.06º68.37%38.43%-
HSV(B)248.06º81.21%64.71%-
XYZ8.554.3535.99-
YUV51.66191.96126.1-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 20%
GREEN value IS 31 (12.5% from 255) = 12.65%
BLUE value IS 165 (64.84% from 255) = 67.35%
R=20%
G=12.65%
B=67.35%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal49311650.700.8100.35248.0668.3738.43
Hex311FA54651023f84426
Octal613724510612104337010446
Binary1100011111110100101100011010100010100011111110001000100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311FA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #311FA5; }

 p { color: rgb(49,31,165); }

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

<style>
 a { background-color: #311FA5; }

 a { background-color: rgb(49,31,165); }

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

<style>
 span { border-color: #311FA5; }

 span { border-color: rgb(49,31,165); }

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