Html Css Color HEX #220390 Ultramarine

📋 copy color: '#220390'

red 34 ◦ green 3 ◦ blue 144

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

Shades of Ultramarine #220390

Tints of Ultramarine #220390

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 79.56%

R = 18.78%
G = 1.66%
B = 79.56%

CMYK

 C value IS 0.76

 M value IS 0.98

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#220390 (or 0x220390) is known color: Ultramarine. HEX triplet: 22, 03 and 90. RGB value is (34,3,144). Sum of RGB (Red+Green+Blue) = 34+3+144=181 (23% of max value = 765). Red value is 34 (13.67% from 255 or 18.78% from 181); Green value is 3 (1.56% from 255 or 1.66% from 181); Blue value is 144 (56.64% from 255 or 79.56% from 181); Max value from RGB is 144 - color contains mainly: blue. Hex color #220390 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #220390 is #DDFC6F. Grayscale: #1B1B1B. Windows color (decimal): -14548080 or 9437986. OLE color: 9437986.

HSL color Cylindrical-coordinate representation of color #220390: hue angle of 253.19º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #220390 is Cyan = 0.76, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 34 3 144 -
CMYK 0.76 0.98 0 0.44
HSL 253.19º 0.96% 0.29% -
HSV(B) 253.19º 0.98% 0.56% -
XYZ 5.73 2.42 26.55 -
YUV 28.34 193.27 132.04 -
System Red Green Blue C M Y K H S L
Decimal 34 3 144 0.76 0.98 0 0.44 253.19 0.96 0.29
Hex 22 3 90 4C 62 0 2C FD 60 1D
Octal 42 3 220 114 142 0 54 375 140 35
Binary 100010 11 10010000 1001100 1100010 0 101100 11111101 1100000 11101

Color Harmonies of #220390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #220390

Black with #220390

Text Example


Text Example

White with #220390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #220390; }

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

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

background-color css

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

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

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

border-color css

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

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

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