Html Css Color HEX #220688 Ultramarine

📋 copy color: '#220688'

red 34 ◦ green 6 ◦ blue 136

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

Shades of Ultramarine #220688

Tints of Ultramarine #220688

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.41%

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

R = 19.32%
G = 3.41%
B = 77.27%

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

#220688 (or 0x220688) is known color: Ultramarine. HEX triplet: 22, 06 and 88. RGB value is (34,6,136). Sum of RGB (Red+Green+Blue) = 34+6+136=176 (23% of max value = 765). Red value is 34 (13.67% from 255 or 19.32% from 176); Green value is 6 (2.73% from 255 or 3.41% from 176); Blue value is 136 (53.52% from 255 or 77.27% from 176); Max value from RGB is 136 - color contains mainly: blue. Hex color #220688 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #220688 is #DDF977. Grayscale: #1C1C1C. Windows color (decimal): -14547320 or 8914466. OLE color: 8914466.

HSL color Cylindrical-coordinate representation of color #220688: hue angle of 252.92º degrees, saturation: 0.92, 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 #220688 is Cyan = 0.75, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 34 6 136 -
CMYK 0.75 0.96 0 0.47
HSL 252.92º 0.92% 0.28% -
HSV(B) 252.92º 0.96% 0.53% -
XYZ 5.17 2.25 23.45 -
YUV 29.19 188.28 131.43 -
System Red Green Blue C M Y K H S L
Decimal 34 6 136 0.75 0.96 0 0.47 252.92 0.92 0.28
Hex 22 6 88 4B 60 0 2F FD 5C 1C
Octal 42 6 210 113 140 0 57 375 134 34
Binary 100010 110 10001000 1001011 1100000 0 101111 11111101 1011100 11100

Color Harmonies of #220688

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #220688

Black with #220688

Text Example


Text Example

White with #220688

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #220688; }

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

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

background-color css

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

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

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

border-color css

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

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

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