#221688

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

Shades of Ultramarine #221688

Tints of Ultramarine #221688

Color information

#221688 (or 0x221688) is unknown color: approx Ultramarine. HEX triplet: 22, 16 and 88. RGB value is (34,22,136). Sum of RGB (Red+Green+Blue) = 34+22+136=192 (25% of max value = 765). Red value is 34 (13.67% from 255 or 17.71% from 192); Green value is 22 (8.98% from 255 or 11.46% from 192); Blue value is 136 (53.52% from 255 or 70.83% from 192); Max value from RGB is 136 - color contains mainly: blue. Hex color #221688 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #221688 is #DDE977. Grayscale: #262626. Windows color (decimal): -14543224 or 8918562. OLE color: 8918562.

HSL color Cylindrical-coordinate representation of color #221688: hue angle of 246.32º degrees, saturation: 0.72, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #221688 is Cyan = 0.75, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB3422136-
CMYK0.750.8400.47
HSL246.32º72.15%30.98%-
HSV(B)246.32º83.82%53.33%-
XYZ5.392.6923.53-
YUV38.58182.98124.73-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 17.71%
GREEN value IS 22 (8.98% from 255) = 11.46%
BLUE value IS 136 (53.52% from 255) = 70.83%
R=17.71%
G=11.46%
B=70.83%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal34221360.750.8400.47246.3272.1530.98
Hex2216884B5402Ff6481f
Octal422621011312405736611037
Binary100010101101000100010010111010100010111111110110100100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #221688

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #221688; }

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

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

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

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

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

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

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

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