#221692

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

Shades of Ultramarine #221692

Tints of Ultramarine #221692

Color information

#221692 (or 0x221692) is unknown color: approx Ultramarine. HEX triplet: 22, 16 and 92. RGB value is (34,22,146). Sum of RGB (Red+Green+Blue) = 34+22+146=202 (26% of max value = 765). Red value is 34 (13.67% from 255 or 16.83% from 202); Green value is 22 (8.98% from 255 or 10.89% from 202); Blue value is 146 (57.42% from 255 or 72.28% from 202); Max value from RGB is 146 - color contains mainly: blue. Hex color #221692 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #221692 is #DDE96D. Grayscale: #272727. Windows color (decimal): -14543214 or 9573922. OLE color: 9573922.

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

Color convert

RGB3422146-
CMYK0.770.8500.43
HSL245.81º73.81%32.94%-
HSV(B)245.81º84.93%57.25%-
XYZ6.132.9927.45-
YUV39.72187.98123.92-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 16.83%
GREEN value IS 22 (8.98% from 255) = 10.89%
BLUE value IS 146 (57.42% from 255) = 72.28%
R=16.83%
G=10.89%
B=72.28%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal34221460.770.8500.43245.8173.8132.94
Hex2216924D5502Bf64a21
Octal422622211512505336611241
Binary1000101011010010010100110110101010101011111101101001010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #221692

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #221692; }

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

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

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

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

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

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

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

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