#2A2297

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

Shades of Ultramarine #2A2297

Tints of Ultramarine #2A2297

Color information

#2A2297 (or 0x2A2297) is unknown color: approx Ultramarine. HEX triplet: 2A, 22 and 97. RGB value is (42,34,151). Sum of RGB (Red+Green+Blue) = 42+34+151=227 (30% of max value = 765). Red value is 42 (16.80% from 255 or 18.50% from 227); Green value is 34 (13.67% from 255 or 14.98% from 227); Blue value is 151 (59.38% from 255 or 66.52% from 227); Max value from RGB is 151 - color contains mainly: blue. Hex color #2A2297 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2A2297 is #D5DD68. Grayscale: #313131. Windows color (decimal): -14015849 or 9904682. OLE color: 9904682.

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

Color convert

RGB4234151-
CMYK0.720.7700.41
HSL244.1º63.24%36.27%-
HSV(B)244.1º77.48%59.22%-
XYZ7.113.8729.65-
YUV49.73185.15122.49-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 18.50%
GREEN value IS 34 (13.67% from 255) = 14.98%
BLUE value IS 151 (59.38% from 255) = 66.52%
R=18.50%
G=14.98%
B=66.52%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal42341510.720.7700.41244.163.2436.27
Hex2A2297484D029f43f24
Octal52422271101150513647744
Binary1010101000101001011110010001001101010100111110100111111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A2297

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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