#2A2295

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

Shades of Ultramarine #2A2295

Tints of Ultramarine #2A2295

Color information

#2A2295 (or 0x2A2295) is unknown color: approx Ultramarine. HEX triplet: 2A, 22 and 95. RGB value is (42,34,149). Sum of RGB (Red+Green+Blue) = 42+34+149=225 (29% of max value = 765). Red value is 42 (16.80% from 255 or 18.67% from 225); Green value is 34 (13.67% from 255 or 15.11% from 225); Blue value is 149 (58.59% from 255 or 66.22% from 225); Max value from RGB is 149 - color contains mainly: blue. Hex color #2A2295 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2A2295 is #D5DD6A. Grayscale: #313131. Windows color (decimal): -14015851 or 9773610. OLE color: 9773610.

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

Color convert

RGB4234149-
CMYK0.720.7700.42
HSL244.17º62.84%35.88%-
HSV(B)244.17º77.18%58.43%-
XYZ6.953.8128.8-
YUV49.5184.15122.65-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 18.67%
GREEN value IS 34 (13.67% from 255) = 15.11%
BLUE value IS 149 (58.59% from 255) = 66.22%
R=18.67%
G=15.11%
B=66.22%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal42341490.720.7700.42244.1762.8435.88
Hex2A2295484D02Af43f24
Octal52422251101150523647744
Binary1010101000101001010110010001001101010101011110100111111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A2295

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,34,149); }

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

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

 a { background-color: rgb(42,34,149); }

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

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

 span { border-color: rgb(42,34,149); }

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