Html Css Color HEX #220695 Ultramarine

📋 copy color: '#220695'

red 34 ◦ green 6 ◦ blue 149

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

Shades of Ultramarine #220695

Tints of Ultramarine #220695

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 78.84%

R = 17.99%
G = 3.17%
B = 78.84%

CMYK

 C value IS 0.77

 M value IS 0.96

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#220695 (or 0x220695) is known color: Ultramarine. HEX triplet: 22, 06 and 95. RGB value is (34,6,149). Sum of RGB (Red+Green+Blue) = 34+6+149=189 (25% of max value = 765). Red value is 34 (13.67% from 255 or 17.99% from 189); Green value is 6 (2.73% from 255 or 3.17% from 189); Blue value is 149 (58.59% from 255 or 78.84% from 189); Max value from RGB is 149 - color contains mainly: blue. Hex color #220695 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #220695 is #DDF96A. Grayscale: #1E1E1E. Windows color (decimal): -14547307 or 9766434. OLE color: 9766434.

HSL color Cylindrical-coordinate representation of color #220695: hue angle of 251.75º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #220695 is Cyan = 0.77, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 34 6 149 -
CMYK 0.77 0.96 0 0.42
HSL 251.75º 0.92% 0.3% -
HSV(B) 251.75º 0.96% 0.58% -
XYZ 6.15 2.64 28.62 -
YUV 30.67 194.78 130.37 -
System Red Green Blue C M Y K H S L
Decimal 34 6 149 0.77 0.96 0 0.42 251.75 0.92 0.3
Hex 22 6 95 4D 60 0 2A FC 5C 1E
Octal 42 6 225 115 140 0 52 374 134 36
Binary 100010 110 10010101 1001101 1100000 0 101010 11111100 1011100 11110

Color Harmonies of #220695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #220695

Black with #220695

Text Example


Text Example

White with #220695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #220695; }

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

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

background-color css

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

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

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

border-color css

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

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

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