#221595

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

Shades of Ultramarine #221595

Tints of Ultramarine #221595

Color information

#221595 (or 0x221595) is unknown color: approx Ultramarine. HEX triplet: 22, 15 and 95. RGB value is (34,21,149). Sum of RGB (Red+Green+Blue) = 34+21+149=204 (27% of max value = 765). Red value is 34 (13.67% from 255 or 16.67% from 204); Green value is 21 (8.59% from 255 or 10.29% from 204); Blue value is 149 (58.59% from 255 or 73.04% from 204); Max value from RGB is 149 - color contains mainly: blue. Hex color #221595 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #221595 is #DDEA6A. Grayscale: #262626. Windows color (decimal): -14543467 or 9770274. OLE color: 9770274.

HSL color Cylindrical-coordinate representation of color #221595: hue angle of 246.09º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #221595 is Cyan = 0.77, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB3421149-
CMYK0.770.8600.42
HSL246.09º75.29%33.33%-
HSV(B)246.09º85.91%58.43%-
XYZ6.353.0528.69-
YUV39.48189.81124.09-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 16.67%
GREEN value IS 21 (8.59% from 255) = 10.29%
BLUE value IS 149 (58.59% from 255) = 73.04%
R=16.67%
G=10.29%
B=73.04%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal34211490.770.8600.42246.0975.2933.33
Hex2215954D5602Af64b21
Octal422522511512605236611341
Binary1000101010110010101100110110101100101010111101101001011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #221595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #221595; }

 p { color: rgb(34,21,149); }

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

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

 a { background-color: rgb(34,21,149); }

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

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

 span { border-color: rgb(34,21,149); }

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