#2D239A

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

Shades of Ultramarine #2D239A

Tints of Ultramarine #2D239A

Color information

#2D239A (or 0x2D239A) is unknown color: approx Ultramarine. HEX triplet: 2D, 23 and 9A. RGB value is (45,35,154). Sum of RGB (Red+Green+Blue) = 45+35+154=234 (30% of max value = 765). Red value is 45 (17.97% from 255 or 19.23% from 234); Green value is 35 (14.06% from 255 or 14.96% from 234); Blue value is 154 (60.55% from 255 or 65.81% from 234); Max value from RGB is 154 - color contains mainly: blue. Hex color #2D239A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2D239A is #D2DC65. Grayscale: #333333. Windows color (decimal): -13818982 or 10101549. OLE color: 10101549.

HSL color Cylindrical-coordinate representation of color #2D239A: hue angle of 245.04º degrees, saturation: 0.63, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2D239A is Cyan = 0.71, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB4535154-
CMYK0.710.7700.40
HSL245.04º62.96%37.06%-
HSV(B)245.04º77.27%60.39%-
XYZ7.524.0930.97-
YUV51.56185.81123.32-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 19.23%
GREEN value IS 35 (14.06% from 255) = 14.96%
BLUE value IS 154 (60.55% from 255) = 65.81%
R=19.23%
G=14.96%
B=65.81%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal45351540.710.7700.40245.0462.9637.06
Hex2D239A474D028f53f25
Octal55432321071150503657745
Binary1011011000111001101010001111001101010100011110101111111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D239A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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