#220292

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

Shades of Ultramarine #220292

Tints of Ultramarine #220292

Color information

#220292 (or 0x220292) is unknown color: approx Ultramarine. HEX triplet: 22, 02 and 92. RGB value is (34,2,146). Sum of RGB (Red+Green+Blue) = 34+2+146=182 (24% of max value = 765). Red value is 34 (13.67% from 255 or 18.68% from 182); Green value is 2 (1.17% from 255 or 1.10% from 182); Blue value is 146 (57.42% from 255 or 80.22% from 182); Max value from RGB is 146 - color contains mainly: blue. Hex color #220292 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #220292 is #DDFD6D. Grayscale: #1B1B1B. Windows color (decimal): -14548334 or 9568802. OLE color: 9568802.

HSL color Cylindrical-coordinate representation of color #220292: hue angle of 253.33º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #220292 is Cyan = 0.77, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB342146-
CMYK0.770.9900.43
HSL253.33º97.3%29.02%-
HSV(B)253.33º98.63%57.25%-
XYZ5.872.4627.36-
YUV27.98194.6132.29-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 18.68%
GREEN value IS 2 (1.17% from 255) = 1.10%
BLUE value IS 146 (57.42% from 255) = 80.22%
R=18.68%
G=1.10%
B=80.22%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal3421460.770.9900.43253.3397.329.02
Hex222924D6302Bfd611d
Octal42222211514305337514135
Binary100010101001001010011011100011010101111111101110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #220292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #220292; }

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

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

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

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

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

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

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

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