#2D089F

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

Shades of Ultramarine #2D089F

Tints of Ultramarine #2D089F

Color information

#2D089F (or 0x2D089F) is unknown color: approx Ultramarine. HEX triplet: 2D, 08 and 9F. RGB value is (45,8,159). Sum of RGB (Red+Green+Blue) = 45+8+159=212 (28% of max value = 765). Red value is 45 (17.97% from 255 or 21.23% from 212); Green value is 8 (3.52% from 255 or 3.77% from 212); Blue value is 159 (62.5% from 255 or 75% from 212); Max value from RGB is 159 - color contains mainly: blue. Hex color #2D089F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2D089F is #D2F760. Grayscale: #232323. Windows color (decimal): -13825889 or 10422317. OLE color: 10422317.

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

Color convert

RGB458159-
CMYK0.720.9500.38
HSL254.7º90.42%32.75%-
HSV(B)254.7º94.97%62.35%-
XYZ7.433.2333.03-
YUV36.28197.26134.22-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 21.23%
GREEN value IS 8 (3.52% from 255) = 3.77%
BLUE value IS 159 (62.5% from 255) = 75%
R=21.23%
G=3.77%
B=75%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal4581590.720.9500.38254.790.4232.75
Hex2D89F485F026ff5a21
Octal551023711013704637713241
Binary101101100010011111100100010111110100110111111111011010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D089F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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