#22248E

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

Shades of Ultramarine #22248E

Tints of Ultramarine #22248E

Color information

#22248E (or 0x22248E) is unknown color: approx Ultramarine. HEX triplet: 22, 24 and 8E. RGB value is (34,36,142). Sum of RGB (Red+Green+Blue) = 34+36+142=212 (28% of max value = 765). Red value is 34 (13.67% from 255 or 16.04% from 212); Green value is 36 (14.45% from 255 or 16.98% from 212); Blue value is 142 (55.86% from 255 or 66.98% from 212); Max value from RGB is 142 - color contains mainly: blue. Hex color #22248E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #22248E is #DDDB71. Grayscale: #2F2F2F. Windows color (decimal): -14539634 or 9315362. OLE color: 9315362.

HSL color Cylindrical-coordinate representation of color #22248E: hue angle of 238.89º degrees, saturation: 0.61, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #22248E is Cyan = 0.76, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB3436142-
CMYK0.760.7500.44
HSL238.89º61.36%34.51%-
HSV(B)238.89º76.06%55.69%-
XYZ6.173.5525.95-
YUV47.49181.34118.38-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 16.04%
GREEN value IS 36 (14.45% from 255) = 16.98%
BLUE value IS 142 (55.86% from 255) = 66.98%
R=16.04%
G=16.98%
B=66.98%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal34361420.760.7500.44238.8961.3634.51
Hex22248E4C4B02Cef3d23
Octal42442161141130543577543
Binary1000101001001000111010011001001011010110011101111111101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22248E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #22248E; }

 p { color: rgb(34,36,142); }

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

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

 a { background-color: rgb(34,36,142); }

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

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

 span { border-color: rgb(34,36,142); }

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