#2A0394

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

Shades of Ultramarine #2A0394

Tints of Ultramarine #2A0394

Color information

#2A0394 (or 0x2A0394) is unknown color: approx Ultramarine. HEX triplet: 2A, 03 and 94. RGB value is (42,3,148). Sum of RGB (Red+Green+Blue) = 42+3+148=193 (25% of max value = 765). Red value is 42 (16.80% from 255 or 21.76% from 193); Green value is 3 (1.56% from 255 or 1.55% from 193); Blue value is 148 (58.20% from 255 or 76.68% from 193); Max value from RGB is 148 - color contains mainly: blue. Hex color #2A0394 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2A0394 is #D5FC6B. Grayscale: #1E1E1E. Windows color (decimal): -14023788 or 9700138. OLE color: 9700138.

HSL color Cylindrical-coordinate representation of color #2A0394: hue angle of 256.14º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2A0394 is Cyan = 0.72, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB423148-
CMYK0.720.9800.42
HSL256.14º96.03%29.61%-
HSV(B)256.14º97.97%58.04%-
XYZ6.332.728.2-
YUV31.19193.92135.71-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 21.76%
GREEN value IS 3 (1.56% from 255) = 1.55%
BLUE value IS 148 (58.20% from 255) = 76.68%
R=21.76%
G=1.55%
B=76.68%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal4231480.720.9800.42256.1496.0329.61
Hex2A394486202A100601e
Octal52322411014205240014036
Binary1010101110010100100100011000100101010100000000110000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A0394

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,3,148); }

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

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

 a { background-color: rgb(42,3,148); }

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

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

 span { border-color: rgb(42,3,148); }

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