#292297

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

Shades of Ultramarine #292297

Tints of Ultramarine #292297

Color information

#292297 (or 0x292297) is unknown color: approx Ultramarine. HEX triplet: 29, 22 and 97. RGB value is (41,34,151). Sum of RGB (Red+Green+Blue) = 41+34+151=226 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.14% from 226); Green value is 34 (13.67% from 255 or 15.04% from 226); Blue value is 151 (59.38% from 255 or 66.81% from 226); Max value from RGB is 151 - color contains mainly: blue. Hex color #292297 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #292297 is #D6DD68. Grayscale: #303030. Windows color (decimal): -14081385 or 9904681. OLE color: 9904681.

HSL color Cylindrical-coordinate representation of color #292297: hue angle of 243.59º 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 #292297 is Cyan = 0.73, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB4134151-
CMYK0.730.7700.41
HSL243.59º63.24%36.27%-
HSV(B)243.59º77.48%59.22%-
XYZ7.073.8529.65-
YUV49.43185.32121.99-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 18.14%
GREEN value IS 34 (13.67% from 255) = 15.04%
BLUE value IS 151 (59.38% from 255) = 66.81%
R=18.14%
G=15.04%
B=66.81%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal41341510.730.7700.41243.5963.2436.27
Hex292297494D029f43f24
Octal51422271111150513647744
Binary1010011000101001011110010011001101010100111110100111111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #292297

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #292297; }

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

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

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

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

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

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

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

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