#20228d

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

Shades of Ultramarine #20228D

Tints of Ultramarine #20228D

Color information

#20228D (or 0x20228D) is unknown color: approx Ultramarine. HEX triplet: 20, 22 and 8D. RGB value is (32,34,141). Sum of RGB (Red+Green+Blue) = 32+34+141=207 (27% of max value = 765). Red value is 32 (12.89% from 255 or 15.46% from 207); Green value is 34 (13.67% from 255 or 16.43% from 207); Blue value is 141 (55.47% from 255 or 68.12% from 207); Max value from RGB is 141 - color contains mainly: blue. Hex color #20228D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #20228D is #DFDD72. Grayscale: #2D2D2D. Windows color (decimal): -14671219 or 9249312. OLE color: 9249312.

HSL color Cylindrical-coordinate representation of color #20228D: hue angle of 238.9º degrees, saturation: 0.63, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #20228D is Cyan = 0.77, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB3234141-
CMYK0.770.7600.45
HSL238.9º63.01%33.92%-
HSV(B)238.9º77.3%55.29%-
XYZ5.983.3725.54-
YUV45.6181.84118.3-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 15.46%
GREEN value IS 34 (13.67% from 255) = 16.43%
BLUE value IS 141 (55.47% from 255) = 68.12%
R=15.46%
G=16.43%
B=68.12%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal32341410.770.7600.45238.963.0133.92
Hex20228D4D4C02Def3f22
Octal40422151151140553577742
Binary1000001000101000110110011011001100010110111101111111111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20228d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #20228d; }

 p { color: rgb(32,34,141); }

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

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

 a { background-color: rgb(32,34,141); }

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

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

 span { border-color: rgb(32,34,141); }

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