Html Css Color HEX #220396 Ultramarine

📋 copy color: '#220396'

red 34 ◦ green 3 ◦ blue 150

#220396
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ultramarine #220396

Tints of Ultramarine #220396

RGB

 RED value IS 34 (13.67% from 255) = 18.18%

 GREEN value IS 3 (1.56% from 255) = 1.6%

 BLUE value IS 150 (58.98% from 255) = 80.21%

R = 18.18%
G = 1.6%
B = 80.21%

CMYK

 C value IS 0.77

 M value IS 0.98

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#220396 (or 0x220396) is known color: Ultramarine. HEX triplet: 22, 03 and 96. RGB value is (34,3,150). Sum of RGB (Red+Green+Blue) = 34+3+150=187 (24% of max value = 765). Red value is 34 (13.67% from 255 or 18.18% from 187); Green value is 3 (1.56% from 255 or 1.60% from 187); Blue value is 150 (58.98% from 255 or 80.21% from 187); Max value from RGB is 150 - color contains mainly: blue. Hex color #220396 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #220396 is #DDFC69. Grayscale: #1C1C1C. Windows color (decimal): -14548074 or 9831202. OLE color: 9831202.

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

Color convert

RGB 34 3 150 -
CMYK 0.77 0.98 0 0.41
HSL 252.65º 0.96% 0.3% -
HSV(B) 252.65º 0.98% 0.59% -
XYZ 6.2 2.61 29.03 -
YUV 29.03 196.27 131.55 -
System Red Green Blue C M Y K H S L
Decimal 34 3 150 0.77 0.98 0 0.41 252.65 0.96 0.3
Hex 22 3 96 4D 62 0 29 FD 60 1E
Octal 42 3 226 115 142 0 51 375 140 36
Binary 100010 11 10010110 1001101 1100010 0 101001 11111101 1100000 11110

Color Harmonies of #220396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #220396

Black with #220396

Text Example


Text Example

White with #220396

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #220396; }

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

 H1.HeaderClassName
 {
   color: #220396;
 }
 .AnyTagClassName
 {
   color: #220396;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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