Html Css Color HEX #220388 Ultramarine

📋 copy color: '#220388'

red 34 ◦ green 3 ◦ blue 136

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

Shades of Ultramarine #220388

Tints of Ultramarine #220388

RGB

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

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

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

R = 19.65%
G = 1.73%
B = 78.61%

CMYK

 C value IS 0.75

 M value IS 0.98

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#220388 (or 0x220388) is known color: Ultramarine. HEX triplet: 22, 03 and 88. RGB value is (34,3,136). Sum of RGB (Red+Green+Blue) = 34+3+136=173 (22% of max value = 765). Red value is 34 (13.67% from 255 or 19.65% from 173); Green value is 3 (1.56% from 255 or 1.73% from 173); Blue value is 136 (53.52% from 255 or 78.61% from 173); Max value from RGB is 136 - color contains mainly: blue. Hex color #220388 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #220388 is #DDFC77. Grayscale: #1A1A1A. Windows color (decimal): -14548088 or 8913698. OLE color: 8913698.

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

Color convert

RGB 34 3 136 -
CMYK 0.75 0.98 0 0.47
HSL 253.99º 0.96% 0.27% -
HSV(B) 253.99º 0.98% 0.53% -
XYZ 5.14 2.18 23.44 -
YUV 27.43 189.27 132.69 -
System Red Green Blue C M Y K H S L
Decimal 34 3 136 0.75 0.98 0 0.47 253.99 0.96 0.27
Hex 22 3 88 4B 62 0 2F FE 60 1B
Octal 42 3 210 113 142 0 57 376 140 33
Binary 100010 11 10001000 1001011 1100010 0 101111 11111110 1100000 11011

Color Harmonies of #220388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #220388

Black with #220388

Text Example


Text Example

White with #220388

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #220388; }

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

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

background-color css

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

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

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

border-color css

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

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

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