#22188A

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

Shades of Ultramarine #22188A

Tints of Ultramarine #22188A

Color information

#22188A (or 0x22188A) is unknown color: approx Ultramarine. HEX triplet: 22, 18 and 8A. RGB value is (34,24,138). Sum of RGB (Red+Green+Blue) = 34+24+138=196 (25% of max value = 765). Red value is 34 (13.67% from 255 or 17.35% from 196); Green value is 24 (9.77% from 255 or 12.24% from 196); Blue value is 138 (54.30% from 255 or 70.41% from 196); Max value from RGB is 138 - color contains mainly: blue. Hex color #22188A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #22188A is #DDE775. Grayscale: #272727. Windows color (decimal): -14542710 or 9050146. OLE color: 9050146.

HSL color Cylindrical-coordinate representation of color #22188A: hue angle of 245.26º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #22188A is Cyan = 0.75, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB3424138-
CMYK0.750.8300.46
HSL245.26º70.37%31.76%-
HSV(B)245.26º82.61%54.12%-
XYZ5.572.8324.3-
YUV39.99183.31123.73-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 17.35%
GREEN value IS 24 (9.77% from 255) = 12.24%
BLUE value IS 138 (54.30% from 255) = 70.41%
R=17.35%
G=12.24%
B=70.41%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal34241380.750.8300.46245.2670.3731.76
Hex22188A4B5302Ef54620
Octal423021211312305636510640
Binary1000101100010001010100101110100110101110111101011000110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22188A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #22188A; }

 p { color: rgb(34,24,138); }

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

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

 a { background-color: rgb(34,24,138); }

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

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

 span { border-color: rgb(34,24,138); }

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