#22089B

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

Shades of Ultramarine #22089B

Tints of Ultramarine #22089B

Color information

#22089B (or 0x22089B) is unknown color: approx Ultramarine. HEX triplet: 22, 08 and 9B. RGB value is (34,8,155). Sum of RGB (Red+Green+Blue) = 34+8+155=197 (26% of max value = 765). Red value is 34 (13.67% from 255 or 17.26% from 197); Green value is 8 (3.52% from 255 or 4.06% from 197); Blue value is 155 (60.94% from 255 or 78.68% from 197); Max value from RGB is 155 - color contains mainly: blue. Hex color #22089B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #22089B is #DDF764. Grayscale: #1F1F1F. Windows color (decimal): -14546789 or 10160162. OLE color: 10160162.

HSL color Cylindrical-coordinate representation of color #22089B: hue angle of 250.61º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #22089B is Cyan = 0.78, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB348155-
CMYK0.780.9500.39
HSL250.61º90.18%31.96%-
HSV(B)250.61º94.84%60.78%-
XYZ6.662.8831.22-
YUV32.53197.11129.05-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 17.26%
GREEN value IS 8 (3.52% from 255) = 4.06%
BLUE value IS 155 (60.94% from 255) = 78.68%
R=17.26%
G=4.06%
B=78.68%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal3481550.780.9500.39250.6190.1831.96
Hex2289B4E5F027fb5a20
Octal421023311613704737313240
Binary100010100010011011100111010111110100111111110111011010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22089B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #22089B; }

 p { color: rgb(34,8,155); }

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

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

 a { background-color: rgb(34,8,155); }

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

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

 span { border-color: rgb(34,8,155); }

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