#2D159B

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

Shades of Ultramarine #2D159B

Tints of Ultramarine #2D159B

Color information

#2D159B (or 0x2D159B) is unknown color: approx Ultramarine. HEX triplet: 2D, 15 and 9B. RGB value is (45,21,155). Sum of RGB (Red+Green+Blue) = 45+21+155=221 (29% of max value = 765). Red value is 45 (17.97% from 255 or 20.36% from 221); Green value is 21 (8.59% from 255 or 9.50% from 221); Blue value is 155 (60.94% from 255 or 70.14% from 221); Max value from RGB is 155 - color contains mainly: blue. Hex color #2D159B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2D159B is #D2EA64. Grayscale: #2A2A2A. Windows color (decimal): -13822565 or 10163501. OLE color: 10163501.

HSL color Cylindrical-coordinate representation of color #2D159B: hue angle of 250.75º degrees, saturation: 0.76, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2D159B is Cyan = 0.71, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB4521155-
CMYK0.710.8600.39
HSL250.75º76.14%34.51%-
HSV(B)250.75º86.45%60.78%-
XYZ7.273.4631.3-
YUV43.45190.95129.1-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 20.36%
GREEN value IS 21 (8.59% from 255) = 9.50%
BLUE value IS 155 (60.94% from 255) = 70.14%
R=20.36%
G=9.50%
B=70.14%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal45211550.710.8600.39250.7576.1434.51
Hex2D159B4756027fb4c23
Octal552523310712604737311443
Binary1011011010110011011100011110101100100111111110111001100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D159B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2D159B; }

 p { color: rgb(45,21,155); }

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

<style>
 a { background-color: #2D159B; }

 a { background-color: rgb(45,21,155); }

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

<style>
 span { border-color: #2D159B; }

 span { border-color: rgb(45,21,155); }

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