#2A2299

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

Shades of Ultramarine #2A2299

Tints of Ultramarine #2A2299

Color information

#2A2299 (or 0x2A2299) is unknown color: approx Ultramarine. HEX triplet: 2A, 22 and 99. RGB value is (42,34,153). Sum of RGB (Red+Green+Blue) = 42+34+153=229 (30% of max value = 765). Red value is 42 (16.80% from 255 or 18.34% from 229); Green value is 34 (13.67% from 255 or 14.85% from 229); Blue value is 153 (60.16% from 255 or 66.81% from 229); Max value from RGB is 153 - color contains mainly: blue. Hex color #2A2299 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2A2299 is #D5DD66. Grayscale: #313131. Windows color (decimal): -14015847 or 10035754. OLE color: 10035754.

HSL color Cylindrical-coordinate representation of color #2A2299: hue angle of 244.03º degrees, saturation: 0.64, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2A2299 is Cyan = 0.73, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB4234153-
CMYK0.730.7800.4
HSL244.03º63.64%36.67%-
HSV(B)244.03º77.78%60%-
XYZ7.283.9430.51-
YUV49.96186.15122.32-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 18.34%
GREEN value IS 34 (13.67% from 255) = 14.85%
BLUE value IS 153 (60.16% from 255) = 66.81%
R=18.34%
G=14.85%
B=66.81%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal42341530.730.7800.4244.0363.6436.67
Hex2A2299494E028f44025
Octal524223111111605036410045
Binary10101010001010011001100100110011100101000111101001000000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A2299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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