#220685

Color #220685 Ultramarine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ultramarine #220685

Tints of Ultramarine #220685

Color information

#220685 (or 0x220685) is unknown color: approx Ultramarine. HEX triplet: 22, 06 and 85. RGB value is (34,6,133). Sum of RGB (Red+Green+Blue) = 34+6+133=173 (22% of max value = 765). Red value is 34 (13.67% from 255 or 19.65% from 173); Green value is 6 (2.73% from 255 or 3.47% from 173); Blue value is 133 (52.34% from 255 or 76.88% from 173); Max value from RGB is 133 - color contains mainly: blue. Hex color #220685 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #220685 is #DDF97A. Grayscale: #1C1C1C. Windows color (decimal): -14547323 or 8717858. OLE color: 8717858.

HSL color Cylindrical-coordinate representation of color #220685: hue angle of 253.23º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #220685 is Cyan = 0.74, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB346133-
CMYK0.740.9500.48
HSL253.23º91.37%27.25%-
HSV(B)253.23º95.49%52.16%-
XYZ4.962.1622.35-
YUV28.85186.78131.67-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 19.65%
GREEN value IS 6 (2.73% from 255) = 3.47%
BLUE value IS 133 (52.34% from 255) = 76.88%
R=19.65%
G=3.47%
B=76.88%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal3461330.740.9500.48253.2391.3727.25
Hex226854A5F030fd5b1b
Octal42620511213706037513333
Binary1000101101000010110010101011111011000011111101101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #220685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #220685; }

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

 H1.HeaderClassName
 {
   color: #220685;
 }
 .AnyTagClassName
 {
   color: #220685;
 }
</style>
background-color css

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

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

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

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

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

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