#22029F

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

Shades of Ultramarine #22029F

Tints of Ultramarine #22029F

Color information

#22029F (or 0x22029F) is unknown color: approx Ultramarine. HEX triplet: 22, 02 and 9F. RGB value is (34,2,159). Sum of RGB (Red+Green+Blue) = 34+2+159=195 (25% of max value = 765). Red value is 34 (13.67% from 255 or 17.44% from 195); Green value is 2 (1.17% from 255 or 1.03% from 195); Blue value is 159 (62.5% from 255 or 81.54% from 195); Max value from RGB is 159 - color contains mainly: blue. Hex color #22029F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #22029F is #DDFD60. Grayscale: #1C1C1C. Windows color (decimal): -14548321 or 10420770. OLE color: 10420770.

HSL color Cylindrical-coordinate representation of color #22029F: hue angle of 252.23º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #22029F is Cyan = 0.79, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB342159-
CMYK0.790.9900.38
HSL252.23º97.52%31.57%-
HSV(B)252.23º98.74%62.35%-
XYZ6.942.8932.99-
YUV29.47201.1131.23-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 17.44%
GREEN value IS 2 (1.17% from 255) = 1.03%
BLUE value IS 159 (62.5% from 255) = 81.54%
R=17.44%
G=1.03%
B=81.54%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal3421590.790.9900.38252.2397.5231.57
Hex2229F4F63026fc6220
Octal42223711714304637414240
Binary1000101010011111100111111000110100110111111001100010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22029F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #22029F; }

 p { color: rgb(34,2,159); }

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

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

 a { background-color: rgb(34,2,159); }

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

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

 span { border-color: rgb(34,2,159); }

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