Html Css Color HEX #220588 Ultramarine

📋 copy color: '#220588'

red 34 ◦ green 5 ◦ blue 136

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

Shades of Ultramarine #220588

Tints of Ultramarine #220588

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 77.71%

R = 19.43%
G = 2.86%
B = 77.71%

CMYK

 C value IS 0.75

 M value IS 0.96

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#220588 (or 0x220588) is known color: Ultramarine. HEX triplet: 22, 05 and 88. RGB value is (34,5,136). Sum of RGB (Red+Green+Blue) = 34+5+136=175 (23% of max value = 765). Red value is 34 (13.67% from 255 or 19.43% from 175); Green value is 5 (2.34% from 255 or 2.86% from 175); Blue value is 136 (53.52% from 255 or 77.71% from 175); Max value from RGB is 136 - color contains mainly: blue. Hex color #220588 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #220588 is #DDFA77. Grayscale: #1C1C1C. Windows color (decimal): -14547576 or 8914210. OLE color: 8914210.

HSL color Cylindrical-coordinate representation of color #220588: hue angle of 253.28º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #220588 is Cyan = 0.75, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 34 5 136 -
CMYK 0.75 0.96 0 0.47
HSL 253.28º 0.93% 0.28% -
HSV(B) 253.28º 0.96% 0.53% -
XYZ 5.16 2.23 23.45 -
YUV 28.61 188.61 131.85 -
System Red Green Blue C M Y K H S L
Decimal 34 5 136 0.75 0.96 0 0.47 253.28 0.93 0.28
Hex 22 5 88 4B 60 0 2F FD 5D 1C
Octal 42 5 210 113 140 0 57 375 135 34
Binary 100010 101 10001000 1001011 1100000 0 101111 11111101 1011101 11100

Color Harmonies of #220588

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #220588

Black with #220588

Text Example


Text Example

White with #220588

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #220588; }

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

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

background-color css

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

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

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

border-color css

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

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

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