#2D229B

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

Shades of Ultramarine #2D229B

Tints of Ultramarine #2D229B

Color information

#2D229B (or 0x2D229B) is unknown color: approx Ultramarine. HEX triplet: 2D, 22 and 9B. RGB value is (45,34,155). Sum of RGB (Red+Green+Blue) = 45+34+155=234 (30% of max value = 765). Red value is 45 (17.97% from 255 or 19.23% from 234); Green value is 34 (13.67% from 255 or 14.53% from 234); Blue value is 155 (60.94% from 255 or 66.24% from 234); Max value from RGB is 155 - color contains mainly: blue. Hex color #2D229B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2D229B is #D2DD64. Grayscale: #323232. Windows color (decimal): -13819237 or 10166829. OLE color: 10166829.

HSL color Cylindrical-coordinate representation of color #2D229B: hue angle of 245.45º degrees, saturation: 0.64, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2D229B is Cyan = 0.71, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB4534155-
CMYK0.710.7800.39
HSL245.45º64.02%37.06%-
HSV(B)245.45º78.06%60.78%-
XYZ7.574.0731.4-
YUV51.08186.64123.66-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 19.23%
GREEN value IS 34 (13.67% from 255) = 14.53%
BLUE value IS 155 (60.94% from 255) = 66.24%
R=19.23%
G=14.53%
B=66.24%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal45341550.710.7800.39245.4564.0237.06
Hex2D229B474E027f54025
Octal554223310711604736510045
Binary10110110001010011011100011110011100100111111101011000000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D229B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,34,155); }

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

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

 a { background-color: rgb(45,34,155); }

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

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

 span { border-color: rgb(45,34,155); }

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