#2B029E

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

Shades of Ultramarine #2B029E

Tints of Ultramarine #2B029E

Color information

#2B029E (or 0x2B029E) is unknown color: approx Ultramarine. HEX triplet: 2B, 02 and 9E. RGB value is (43,2,158). Sum of RGB (Red+Green+Blue) = 43+2+158=203 (26% of max value = 765). Red value is 43 (17.19% from 255 or 21.18% from 203); Green value is 2 (1.17% from 255 or 0.99% from 203); Blue value is 158 (62.11% from 255 or 77.83% from 203); Max value from RGB is 158 - color contains mainly: blue. Hex color #2B029E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2B029E is #D4FD61. Grayscale: #1F1F1F. Windows color (decimal): -13958498 or 10355243. OLE color: 10355243.

HSL color Cylindrical-coordinate representation of color #2B029E: hue angle of 255.77º degrees, saturation: 0.98, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2B029E is Cyan = 0.73, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB432158-
CMYK0.730.9900.38
HSL255.77º97.5%31.37%-
HSV(B)255.77º98.73%61.96%-
XYZ7.193.0332.55-
YUV32.04199.08135.82-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 21.18%
GREEN value IS 2 (1.17% from 255) = 0.99%
BLUE value IS 158 (62.11% from 255) = 77.83%
R=21.18%
G=0.99%
B=77.83%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal4321580.730.9900.38255.7797.531.37
Hex2B29E4963026100621f
Octal53223611114304640014237
Binary1010111010011110100100111000110100110100000000110001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B029E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,2,158); }

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

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

 a { background-color: rgb(43,2,158); }

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

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

 span { border-color: rgb(43,2,158); }

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