#221794

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

Shades of Ultramarine #221794

Tints of Ultramarine #221794

Color information

#221794 (or 0x221794) is unknown color: approx Ultramarine. HEX triplet: 22, 17 and 94. RGB value is (34,23,148). Sum of RGB (Red+Green+Blue) = 34+23+148=205 (27% of max value = 765). Red value is 34 (13.67% from 255 or 16.59% from 205); Green value is 23 (9.38% from 255 or 11.22% from 205); Blue value is 148 (58.20% from 255 or 72.20% from 205); Max value from RGB is 148 - color contains mainly: blue. Hex color #221794 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #221794 is #DDE86B. Grayscale: #282828. Windows color (decimal): -14542956 or 9705250. OLE color: 9705250.

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

Color convert

RGB3423148-
CMYK0.770.8400.42
HSL245.28º73.1%33.53%-
HSV(B)245.28º84.46%58.04%-
XYZ6.313.0928.28-
YUV40.54188.64123.34-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 16.59%
GREEN value IS 23 (9.38% from 255) = 11.22%
BLUE value IS 148 (58.20% from 255) = 72.20%
R=16.59%
G=11.22%
B=72.20%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal34231480.770.8400.42245.2873.133.53
Hex2217944D5402Af54922
Octal422722411512405236511142
Binary1000101011110010100100110110101000101010111101011001001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #221794

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #221794; }

 p { color: rgb(34,23,148); }

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

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

 a { background-color: rgb(34,23,148); }

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

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

 span { border-color: rgb(34,23,148); }

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