Html Css Color HEX #20228D Ultramarine

📋 copy color: '#20228D'

red 32 ◦ green 34 ◦ blue 141

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

Shades of Ultramarine #20228D

Tints of Ultramarine #20228D

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 value IS 0.77

 M value IS 0.76

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#20228D (or 0x20228D) is known color: 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

RGB 32 34 141 -
CMYK 0.77 0.76 0 0.45
HSL 238.9º 0.63% 0.34% -
HSV(B) 238.9º 0.77% 0.55% -
XYZ 5.98 3.37 25.54 -
YUV 45.6 181.84 118.3 -
System Red Green Blue C M Y K H S L
Decimal 32 34 141 0.77 0.76 0 0.45 238.9 0.63 0.34
Hex 20 22 8D 4D 4C 0 2D EF 3F 22
Octal 40 42 215 115 114 0 55 357 77 42
Binary 100000 100010 10001101 1001101 1001100 0 101101 11101111 111111 100010

Color Harmonies of #20228D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20228D

Black with #20228D

Text Example


Text Example

White with #20228D

Text Example


Text Example

HTML Codes & Css Web 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>