Html Css Color HEX #220598 Ultramarine

📋 copy color: '#220598'

red 34 ◦ green 5 ◦ blue 152

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

Shades of Ultramarine #220598

Tints of Ultramarine #220598

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.62%

 BLUE value IS 152 (59.77% from 255) = 79.58%

R = 17.8%
G = 2.62%
B = 79.58%

CMYK

 C value IS 0.78

 M value IS 0.97

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#220598 (or 0x220598) is known color: Ultramarine. HEX triplet: 22, 05 and 98. RGB value is (34,5,152). Sum of RGB (Red+Green+Blue) = 34+5+152=191 (25% of max value = 765). Red value is 34 (13.67% from 255 or 17.80% from 191); Green value is 5 (2.34% from 255 or 2.62% from 191); Blue value is 152 (59.77% from 255 or 79.58% from 191); Max value from RGB is 152 - color contains mainly: blue. Hex color #220598 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #220598 is #DDFA67. Grayscale: #1D1D1D. Windows color (decimal): -14547560 or 9962786. OLE color: 9962786.

HSL color Cylindrical-coordinate representation of color #220598: hue angle of 251.84º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #220598 is Cyan = 0.78, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 34 5 152 -
CMYK 0.78 0.97 0 0.40
HSL 251.84º 0.94% 0.31% -
HSV(B) 251.84º 0.97% 0.6% -
XYZ 6.38 2.72 29.89 -
YUV 30.43 196.61 130.55 -
System Red Green Blue C M Y K H S L
Decimal 34 5 152 0.78 0.97 0 0.40 251.84 0.94 0.31
Hex 22 5 98 4E 61 0 28 FC 5E 1F
Octal 42 5 230 116 141 0 50 374 136 37
Binary 100010 101 10011000 1001110 1100001 0 101000 11111100 1011110 11111

Color Harmonies of #220598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #220598

Black with #220598

Text Example


Text Example

White with #220598

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #220598; }

 p { color: rgb(34,5,152); }

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

background-color css

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

 a { background-color: rgb(34,5,152); }

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

border-color css

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

 span { border-color: rgb(34,5,152); }

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