#220395

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

Shades of Ultramarine #220395

Tints of Ultramarine #220395

Color information

#220395 (or 0x220395) is unknown color: approx Ultramarine. HEX triplet: 22, 03 and 95. RGB value is (34,3,149). Sum of RGB (Red+Green+Blue) = 34+3+149=186 (24% of max value = 765). Red value is 34 (13.67% from 255 or 18.28% from 186); Green value is 3 (1.56% from 255 or 1.61% from 186); Blue value is 149 (58.59% from 255 or 80.11% from 186); Max value from RGB is 149 - color contains mainly: blue. Hex color #220395 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #220395 is #DDFC6A. Grayscale: #1C1C1C. Windows color (decimal): -14548075 or 9765666. OLE color: 9765666.

HSL color Cylindrical-coordinate representation of color #220395: hue angle of 252.74º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #220395 is Cyan = 0.77, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB343149-
CMYK0.770.9800.42
HSL252.74º96.05%29.8%-
HSV(B)252.74º97.99%58.43%-
XYZ6.122.5828.61-
YUV28.91195.77131.63-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 18.28%
GREEN value IS 3 (1.56% from 255) = 1.61%
BLUE value IS 149 (58.59% from 255) = 80.11%
R=18.28%
G=1.61%
B=80.11%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal3431490.770.9800.42252.7496.0529.8
Hex223954D6202Afd601e
Octal42322511514205237514036
Binary100010111001010110011011100010010101011111101110000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #220395

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #220395; }

 p { color: rgb(34,3,149); }

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

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

 a { background-color: rgb(34,3,149); }

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

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

 span { border-color: rgb(34,3,149); }

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