#220688

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

Shades of Ultramarine #220688

Tints of Ultramarine #220688

Color information

#220688 (or 0x220688) is unknown color: approx Ultramarine. HEX triplet: 22, 06 and 88. RGB value is (34,6,136). Sum of RGB (Red+Green+Blue) = 34+6+136=176 (23% of max value = 765). Red value is 34 (13.67% from 255 or 19.32% from 176); Green value is 6 (2.73% from 255 or 3.41% from 176); Blue value is 136 (53.52% from 255 or 77.27% from 176); Max value from RGB is 136 - color contains mainly: blue. Hex color #220688 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #220688 is #DDF977. Grayscale: #1C1C1C. Windows color (decimal): -14547320 or 8914466. OLE color: 8914466.

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

Color convert

RGB346136-
CMYK0.750.9600.47
HSL252.92º91.55%27.84%-
HSV(B)252.92º95.59%53.33%-
XYZ5.172.2523.45-
YUV29.19188.28131.43-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 19.32%
GREEN value IS 6 (2.73% from 255) = 3.41%
BLUE value IS 136 (53.52% from 255) = 77.27%
R=19.32%
G=3.41%
B=77.27%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal3461360.750.9600.47252.9291.5527.84
Hex226884B6002Ffd5c1c
Octal42621011314005737513434
Binary1000101101000100010010111100000010111111111101101110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #220688

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #220688; }

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

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

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

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

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

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

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

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