#2A029E

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

Shades of Ultramarine #2A029E

Tints of Ultramarine #2A029E

Color information

#2A029E (or 0x2A029E) is unknown color: approx Ultramarine. HEX triplet: 2A, 02 and 9E. RGB value is (42,2,158). Sum of RGB (Red+Green+Blue) = 42+2+158=202 (26% of max value = 765). Red value is 42 (16.80% from 255 or 20.79% from 202); Green value is 2 (1.17% from 255 or 0.99% from 202); Blue value is 158 (62.11% from 255 or 78.22% from 202); Max value from RGB is 158 - color contains mainly: blue. Hex color #2A029E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2A029E is #D5FD61. Grayscale: #1F1F1F. Windows color (decimal): -14024034 or 10355242. OLE color: 10355242.

HSL color Cylindrical-coordinate representation of color #2A029E: hue angle of 255.38º 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 #2A029E is Cyan = 0.73, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB422158-
CMYK0.730.9900.38
HSL255.38º97.5%31.37%-
HSV(B)255.38º98.73%61.96%-
XYZ7.15332.55-
YUV31.74199.25135.32-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 20.79%
GREEN value IS 2 (1.17% from 255) = 0.99%
BLUE value IS 158 (62.11% from 255) = 78.22%
R=20.79%
G=0.99%
B=78.22%

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
Decimal4221580.730.9900.38255.3897.531.37
Hex2A29E4963026ff621f
Octal52223611114304637714237
Binary101010101001111010010011100011010011011111111110001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A029E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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