#2B00AD

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

Shades of Ultramarine #2B00AD

Tints of Ultramarine #2B00AD

Color information

#2B00AD (or 0x2B00AD) is unknown color: approx Ultramarine. HEX triplet: 2B, 00 and AD. RGB value is (43,0,173). Sum of RGB (Red+Green+Blue) = 43+0+173=216 (28% of max value = 765). Red value is 43 (17.19% from 255 or 19.91% from 216); Green value is 0 (0.39% from 255 or 0% from 216); Blue value is 173 (67.97% from 255 or 80.09% from 216); Max value from RGB is 173 - color contains mainly: blue. Hex color #2B00AD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2B00AD is #D4FF52. Grayscale: #1F1F1F. Windows color (decimal): -13958995 or 11337771. OLE color: 11337771.

HSL color Cylindrical-coordinate representation of color #2B00AD: hue angle of 254.91º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2B00AD is Cyan = 0.75, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB430173-
CMYK0.75100.32
HSL254.91º100%33.92%-
HSV(B)254.91º100%67.84%-
XYZ8.543.5339.77-
YUV32.58207.25135.43-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 19.91%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 173 (67.97% from 255) = 80.09%
R=19.91%
G=0%
B=80.09%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal4301730.75100.32254.9110033.92
Hex2B0AD4B64020ff6422
Octal53025511314404037714442
Binary101011010101101100101111001000100000111111111100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B00AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,0,173); }

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

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

 a { background-color: rgb(43,0,173); }

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

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

 span { border-color: rgb(43,0,173); }

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