#221395

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

Shades of Ultramarine #221395

Tints of Ultramarine #221395

Color information

#221395 (or 0x221395) is unknown color: approx Ultramarine. HEX triplet: 22, 13 and 95. RGB value is (34,19,149). Sum of RGB (Red+Green+Blue) = 34+19+149=202 (26% of max value = 765). Red value is 34 (13.67% from 255 or 16.83% from 202); Green value is 19 (7.81% from 255 or 9.41% from 202); Blue value is 149 (58.59% from 255 or 73.76% from 202); Max value from RGB is 149 - color contains mainly: blue. Hex color #221395 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #221395 is #DDEC6A. Grayscale: #252525. Windows color (decimal): -14543979 or 9769762. OLE color: 9769762.

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

Color convert

RGB3419149-
CMYK0.770.8700.42
HSL246.92º77.38%32.94%-
HSV(B)246.92º87.25%58.43%-
XYZ6.322.9828.68-
YUV38.3190.47124.93-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 16.83%
GREEN value IS 19 (7.81% from 255) = 9.41%
BLUE value IS 149 (58.59% from 255) = 73.76%
R=16.83%
G=9.41%
B=73.76%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal34191490.770.8700.42246.9277.3832.94
Hex2213954D5702Af74d21
Octal422322511512705236711541
Binary1000101001110010101100110110101110101010111101111001101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #221395

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #221395; }

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

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

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

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

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

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

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

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