#2C029D

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

Shades of Ultramarine #2C029D

Tints of Ultramarine #2C029D

Color information

#2C029D (or 0x2C029D) is unknown color: approx Ultramarine. HEX triplet: 2C, 02 and 9D. RGB value is (44,2,157). Sum of RGB (Red+Green+Blue) = 44+2+157=203 (26% of max value = 765). Red value is 44 (17.58% from 255 or 21.67% from 203); Green value is 2 (1.17% from 255 or 0.99% from 203); Blue value is 157 (61.72% from 255 or 77.34% from 203); Max value from RGB is 157 - color contains mainly: blue. Hex color #2C029D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2C029D is #D3FD62. Grayscale: #1F1F1F. Windows color (decimal): -13892963 or 10289708. OLE color: 10289708.

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

Color convert

RGB442157-
CMYK0.720.9900.38
HSL256.26º97.48%31.18%-
HSV(B)256.26º98.73%61.57%-
XYZ7.153.0132.1-
YUV32.23198.41136.4-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 21.67%
GREEN value IS 2 (1.17% from 255) = 0.99%
BLUE value IS 157 (61.72% from 255) = 77.34%
R=21.67%
G=0.99%
B=77.34%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal4421570.720.9900.38256.2697.4831.18
Hex2C29D4863026100611f
Octal54223511014304640014137
Binary1011001010011101100100011000110100110100000000110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C029D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,2,157); }

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

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

 a { background-color: rgb(44,2,157); }

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

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

 span { border-color: rgb(44,2,157); }

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