#2D23A3

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

Shades of Ultramarine #2D23A3

Tints of Ultramarine #2D23A3

Color information

#2D23A3 (or 0x2D23A3) is unknown color: approx Ultramarine. HEX triplet: 2D, 23 and A3. RGB value is (45,35,163). Sum of RGB (Red+Green+Blue) = 45+35+163=243 (32% of max value = 765). Red value is 45 (17.97% from 255 or 18.52% from 243); Green value is 35 (14.06% from 255 or 14.40% from 243); Blue value is 163 (64.06% from 255 or 67.08% from 243); Max value from RGB is 163 - color contains mainly: blue. Hex color #2D23A3 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2D23A3 is #D2DC5C. Grayscale: #343434. Windows color (decimal): -13818973 or 10691373. OLE color: 10691373.

HSL color Cylindrical-coordinate representation of color #2D23A3: hue angle of 244.69º degrees, saturation: 0.65, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2D23A3 is Cyan = 0.72, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB4535163-
CMYK0.720.7900.36
HSL244.69º64.65%38.82%-
HSV(B)244.69º78.53%63.92%-
XYZ8.294.435.06-
YUV52.58190.31122.59-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 18.52%
GREEN value IS 35 (14.06% from 255) = 14.40%
BLUE value IS 163 (64.06% from 255) = 67.08%
R=18.52%
G=14.40%
B=67.08%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal45351630.720.7900.36244.6964.6538.82
Hex2D23A3484F024f54127
Octal554324311011704436510147
Binary10110110001110100011100100010011110100100111101011000001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D23A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,35,163); }

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

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

 a { background-color: rgb(45,35,163); }

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

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

 span { border-color: rgb(45,35,163); }

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