#221488

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

Shades of Ultramarine #221488

Tints of Ultramarine #221488

Color information

#221488 (or 0x221488) is unknown color: approx Ultramarine. HEX triplet: 22, 14 and 88. RGB value is (34,20,136). Sum of RGB (Red+Green+Blue) = 34+20+136=190 (25% of max value = 765). Red value is 34 (13.67% from 255 or 17.89% from 190); Green value is 20 (8.20% from 255 or 10.53% from 190); Blue value is 136 (53.52% from 255 or 71.58% from 190); Max value from RGB is 136 - color contains mainly: blue. Hex color #221488 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #221488 is #DDEB77. Grayscale: #242424. Windows color (decimal): -14543736 or 8918050. OLE color: 8918050.

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

Color convert

RGB3420136-
CMYK0.750.8500.47
HSL247.24º74.36%30.59%-
HSV(B)247.24º85.29%53.33%-
XYZ5.352.6223.52-
YUV37.41183.64125.57-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 17.89%
GREEN value IS 20 (8.20% from 255) = 10.53%
BLUE value IS 136 (53.52% from 255) = 71.58%
R=17.89%
G=10.53%
B=71.58%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal34201360.750.8500.47247.2474.3630.59
Hex2214884B5502Ff74a1f
Octal422421011312505736711237
Binary100010101001000100010010111010101010111111110111100101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #221488

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #221488; }

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

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

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

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

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

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

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

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