#2D249D

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

Shades of Ultramarine #2D249D

Tints of Ultramarine #2D249D

Color information

#2D249D (or 0x2D249D) is unknown color: approx Ultramarine. HEX triplet: 2D, 24 and 9D. RGB value is (45,36,157). Sum of RGB (Red+Green+Blue) = 45+36+157=238 (31% of max value = 765). Red value is 45 (17.97% from 255 or 18.91% from 238); Green value is 36 (14.45% from 255 or 15.13% from 238); Blue value is 157 (61.72% from 255 or 65.97% from 238); Max value from RGB is 157 - color contains mainly: blue. Hex color #2D249D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2D249D is #D2DB62. Grayscale: #343434. Windows color (decimal): -13818723 or 10298413. OLE color: 10298413.

HSL color Cylindrical-coordinate representation of color #2D249D: hue angle of 244.46º degrees, saturation: 0.63, 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 #2D249D is Cyan = 0.71, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB4536157-
CMYK0.710.7700.38
HSL244.46º62.69%37.84%-
HSV(B)244.46º77.07%61.57%-
XYZ7.84.2532.31-
YUV52.48186.98122.66-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 18.91%
GREEN value IS 36 (14.45% from 255) = 15.13%
BLUE value IS 157 (61.72% from 255) = 65.97%
R=18.91%
G=15.13%
B=65.97%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal45361570.710.7700.38244.4662.6937.84
Hex2D249D474D026f43f26
Octal55442351071150463647746
Binary1011011001001001110110001111001101010011011110100111111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D249D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,36,157); }

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

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

 a { background-color: rgb(45,36,157); }

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

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

 span { border-color: rgb(45,36,157); }

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