#2C149F

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

Shades of Ultramarine #2C149F

Tints of Ultramarine #2C149F

Color information

#2C149F (or 0x2C149F) is unknown color: approx Ultramarine. HEX triplet: 2C, 14 and 9F. RGB value is (44,20,159). Sum of RGB (Red+Green+Blue) = 44+20+159=223 (29% of max value = 765). Red value is 44 (17.58% from 255 or 19.73% from 223); Green value is 20 (8.20% from 255 or 8.97% from 223); Blue value is 159 (62.5% from 255 or 71.30% from 223); Max value from RGB is 159 - color contains mainly: blue. Hex color #2C149F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2C149F is #D3EB60. Grayscale: #2A2A2A. Windows color (decimal): -13888353 or 10425388. OLE color: 10425388.

HSL color Cylindrical-coordinate representation of color #2C149F: hue angle of 250.36º degrees, saturation: 0.78, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2C149F is Cyan = 0.72, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB4420159-
CMYK0.720.8700.38
HSL250.36º77.65%35.1%-
HSV(B)250.36º87.42%62.35%-
XYZ7.553.5433.09-
YUV43.02193.45128.7-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 19.73%
GREEN value IS 20 (8.20% from 255) = 8.97%
BLUE value IS 159 (62.5% from 255) = 71.30%
R=19.73%
G=8.97%
B=71.30%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal44201590.720.8700.38250.3677.6535.1
Hex2C149F4857026fa4e23
Octal542423711012704637211643
Binary1011001010010011111100100010101110100110111110101001110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C149F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,20,159); }

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

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

 a { background-color: rgb(44,20,159); }

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

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

 span { border-color: rgb(44,20,159); }

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