Html Css Color HEX #220997 Ultramarine

📋 copy color: '#220997'

red 34 ◦ green 9 ◦ blue 151

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

Shades of Ultramarine #220997

Tints of Ultramarine #220997

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.64%

 BLUE value IS 151 (59.38% from 255) = 77.84%

R = 17.53%
G = 4.64%
B = 77.84%

CMYK

 C value IS 0.77

 M value IS 0.94

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#220997 (or 0x220997) is known color: Ultramarine. HEX triplet: 22, 09 and 97. RGB value is (34,9,151). Sum of RGB (Red+Green+Blue) = 34+9+151=194 (25% of max value = 765). Red value is 34 (13.67% from 255 or 17.53% from 194); Green value is 9 (3.91% from 255 or 4.64% from 194); Blue value is 151 (59.38% from 255 or 77.84% from 194); Max value from RGB is 151 - color contains mainly: blue. Hex color #220997 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #220997 is #DDF668. Grayscale: #202020. Windows color (decimal): -14546537 or 9898274. OLE color: 9898274.

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

Color convert

RGB 34 9 151 -
CMYK 0.77 0.94 0 0.41
HSL 250.56º 0.89% 0.31% -
HSV(B) 250.56º 0.94% 0.59% -
XYZ 6.34 2.77 29.48 -
YUV 32.66 194.78 128.95 -
System Red Green Blue C M Y K H S L
Decimal 34 9 151 0.77 0.94 0 0.41 250.56 0.89 0.31
Hex 22 9 97 4D 5E 0 29 FB 59 1F
Octal 42 11 227 115 136 0 51 373 131 37
Binary 100010 1001 10010111 1001101 1011110 0 101001 11111011 1011001 11111

Color Harmonies of #220997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #220997

Black with #220997

Text Example


Text Example

White with #220997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #220997; }

 p { color: rgb(34,9,151); }

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

background-color css

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

 a { background-color: rgb(34,9,151); }

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

border-color css

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

 span { border-color: rgb(34,9,151); }

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