Html Css Color HEX #220690 Ultramarine

📋 copy color: '#220690'

red 34 ◦ green 6 ◦ blue 144

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

Shades of Ultramarine #220690

Tints of Ultramarine #220690

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 78.26%

R = 18.48%
G = 3.26%
B = 78.26%

CMYK

 C value IS 0.76

 M value IS 0.96

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#220690 (or 0x220690) is known color: Ultramarine. HEX triplet: 22, 06 and 90. RGB value is (34,6,144). Sum of RGB (Red+Green+Blue) = 34+6+144=184 (24% of max value = 765). Red value is 34 (13.67% from 255 or 18.48% from 184); Green value is 6 (2.73% from 255 or 3.26% from 184); Blue value is 144 (56.64% from 255 or 78.26% from 184); Max value from RGB is 144 - color contains mainly: blue. Hex color #220690 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #220690 is #DDF96F. Grayscale: #1D1D1D. Windows color (decimal): -14547312 or 9438754. OLE color: 9438754.

HSL color Cylindrical-coordinate representation of color #220690: hue angle of 252.17º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #220690 is Cyan = 0.76, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 34 6 144 -
CMYK 0.76 0.96 0 0.44
HSL 252.17º 0.92% 0.29% -
HSV(B) 252.17º 0.96% 0.56% -
XYZ 5.76 2.48 26.56 -
YUV 30.1 192.28 130.78 -
System Red Green Blue C M Y K H S L
Decimal 34 6 144 0.76 0.96 0 0.44 252.17 0.92 0.29
Hex 22 6 90 4C 60 0 2C FC 5C 1D
Octal 42 6 220 114 140 0 54 374 134 35
Binary 100010 110 10010000 1001100 1100000 0 101100 11111100 1011100 11101

Color Harmonies of #220690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #220690

Black with #220690

Text Example


Text Example

White with #220690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #220690; }

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

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

background-color css

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

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

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

border-color css

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

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

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