#2B20A3

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

Shades of Ultramarine #2B20A3

Tints of Ultramarine #2B20A3

Color information

#2B20A3 (or 0x2B20A3) is unknown color: approx Ultramarine. HEX triplet: 2B, 20 and A3. RGB value is (43,32,163). Sum of RGB (Red+Green+Blue) = 43+32+163=238 (31% of max value = 765). Red value is 43 (17.19% from 255 or 18.07% from 238); Green value is 32 (12.89% from 255 or 13.45% from 238); Blue value is 163 (64.06% from 255 or 68.49% from 238); Max value from RGB is 163 - color contains mainly: blue. Hex color #2B20A3 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2B20A3 is #D4DF5C. Grayscale: #313131. Windows color (decimal): -13950813 or 10690603. OLE color: 10690603.

HSL color Cylindrical-coordinate representation of color #2B20A3: hue angle of 245.04º degrees, saturation: 0.67, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2B20A3 is Cyan = 0.74, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB4332163-
CMYK0.740.8000.36
HSL245.04º67.18%38.24%-
HSV(B)245.04º80.37%63.92%-
XYZ8.124.1935.03-
YUV50.22191.64122.85-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 18.07%
GREEN value IS 32 (12.89% from 255) = 13.45%
BLUE value IS 163 (64.06% from 255) = 68.49%
R=18.07%
G=13.45%
B=68.49%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal43321630.740.8000.36245.0467.1838.24
Hex2B20A34A50024f54326
Octal534024311212004436510346
Binary10101110000010100011100101010100000100100111101011000011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B20A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,32,163); }

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

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

 a { background-color: rgb(43,32,163); }

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

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

 span { border-color: rgb(43,32,163); }

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