#2B03A7

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

Shades of Ultramarine #2B03A7

Tints of Ultramarine #2B03A7

Color information

#2B03A7 (or 0x2B03A7) is unknown color: approx Ultramarine. HEX triplet: 2B, 03 and A7. RGB value is (43,3,167). Sum of RGB (Red+Green+Blue) = 43+3+167=213 (28% of max value = 765). Red value is 43 (17.19% from 255 or 20.19% from 213); Green value is 3 (1.56% from 255 or 1.41% from 213); Blue value is 167 (65.62% from 255 or 78.40% from 213); Max value from RGB is 167 - color contains mainly: blue. Hex color #2B03A7 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2B03A7 is #D4FC58. Grayscale: #212121. Windows color (decimal): -13958233 or 10945323. OLE color: 10945323.

HSL color Cylindrical-coordinate representation of color #2B03A7: hue angle of 254.63º degrees, saturation: 0.96, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2B03A7 is Cyan = 0.74, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB433167-
CMYK0.740.9800.35
HSL254.63º96.47%33.33%-
HSV(B)254.63º98.2%65.49%-
XYZ83.3736.79-
YUV33.66203.25134.66-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 20.19%
GREEN value IS 3 (1.56% from 255) = 1.41%
BLUE value IS 167 (65.62% from 255) = 78.40%
R=20.19%
G=1.41%
B=78.40%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal4331670.740.9800.35254.6396.4733.33
Hex2B3A74A62023ff6021
Octal53324711214204337714041
Binary1010111110100111100101011000100100011111111111100000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B03A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,3,167); }

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

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

 a { background-color: rgb(43,3,167); }

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

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

 span { border-color: rgb(43,3,167); }

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