#220088

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

Shades of Ultramarine #220088

Tints of Ultramarine #220088

Color information

#220088 (or 0x220088) is unknown color: approx Ultramarine. HEX triplet: 22, 00 and 88. RGB value is (34,0,136). Sum of RGB (Red+Green+Blue) = 34+0+136=170 (22% of max value = 765). Red value is 34 (13.67% from 255 or 20% from 170); Green value is 0 (0.39% from 255 or 0% from 170); Blue value is 136 (53.52% from 255 or 80% from 170); Max value from RGB is 136 - color contains mainly: blue. Hex color #220088 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #220088 is #DDFF77. Grayscale: #191919. Windows color (decimal): -14548856 or 8912930. OLE color: 8912930.

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

Color convert

RGB340136-
CMYK0.75100.47
HSL255º100%26.67%-
HSV(B)255º100%53.33%-
XYZ5.12.1223.43-
YUV25.67190.26133.94-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 20%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 136 (53.52% from 255) = 80%
R=20%
G=0%
B=80%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal3401360.75100.4725510026.67
Hex220884B6402Fff641b
Octal42021011314405737714433
Binary10001001000100010010111100100010111111111111110010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #220088

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #220088; }

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

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

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

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

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

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

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

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