#2D259F

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

Shades of Ultramarine #2D259F

Tints of Ultramarine #2D259F

Color information

#2D259F (or 0x2D259F) is unknown color: approx Ultramarine. HEX triplet: 2D, 25 and 9F. RGB value is (45,37,159). Sum of RGB (Red+Green+Blue) = 45+37+159=241 (31% of max value = 765). Red value is 45 (17.97% from 255 or 18.67% from 241); Green value is 37 (14.84% from 255 or 15.35% from 241); Blue value is 159 (62.5% from 255 or 65.98% from 241); Max value from RGB is 159 - color contains mainly: blue. Hex color #2D259F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2D259F is #D2DA60. Grayscale: #343434. Windows color (decimal): -13818465 or 10429741. OLE color: 10429741.

HSL color Cylindrical-coordinate representation of color #2D259F: hue angle of 243.93º degrees, saturation: 0.62, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2D259F is Cyan = 0.72, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB4537159-
CMYK0.720.7700.38
HSL243.93º62.24%38.43%-
HSV(B)243.93º76.73%62.35%-
XYZ84.3833.23-
YUV53.3187.65122.08-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 18.67%
GREEN value IS 37 (14.84% from 255) = 15.35%
BLUE value IS 159 (62.5% from 255) = 65.98%
R=18.67%
G=15.35%
B=65.98%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal45371590.720.7700.38243.9362.2438.43
Hex2D259F484D026f43e26
Octal55452371101150463647646
Binary1011011001011001111110010001001101010011011110100111110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D259F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,37,159); }

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

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

 a { background-color: rgb(45,37,159); }

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

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

 span { border-color: rgb(45,37,159); }

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