Html Css Color HEX #20228B Ultramarine

📋 copy color: '#20228B'

red 32 ◦ green 34 ◦ blue 139

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

Shades of Ultramarine #20228B

Tints of Ultramarine #20228B

RGB

 RED value IS 32 (12.89% from 255) = 15.61%

 GREEN value IS 34 (13.67% from 255) = 16.59%

 BLUE value IS 139 (54.69% from 255) = 67.8%

R = 15.61%
G = 16.59%
B = 67.8%

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

#20228B (or 0x20228B) is known color: Ultramarine. HEX triplet: 20, 22 and 8B. RGB value is (32,34,139). Sum of RGB (Red+Green+Blue) = 32+34+139=205 (27% of max value = 765). Red value is 32 (12.89% from 255 or 15.61% from 205); Green value is 34 (13.67% from 255 or 16.59% from 205); Blue value is 139 (54.69% from 255 or 67.80% from 205); Max value from RGB is 139 - color contains mainly: blue. Hex color #20228B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #20228B is #DFDD74. Grayscale: #2C2C2C. Windows color (decimal): -14671221 or 9118240. OLE color: 9118240.

HSL color Cylindrical-coordinate representation of color #20228B: hue angle of 238.88º 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 #20228B is Cyan = 0.77, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 32 34 139 -
CMYK 0.77 0.76 0 0.45
HSL 238.88º 0.63% 0.34% -
HSV(B) 238.88º 0.77% 0.55% -
XYZ 5.83 3.32 24.76 -
YUV 45.37 180.84 118.46 -
System Red Green Blue C M Y K H S L
Decimal 32 34 139 0.77 0.76 0 0.45 238.88 0.63 0.34
Hex 20 22 8B 4D 4C 0 2D EF 3F 22
Octal 40 42 213 115 114 0 55 357 77 42
Binary 100000 100010 10001011 1001101 1001100 0 101101 11101111 111111 100010

Color Harmonies of #20228B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20228B

Black with #20228B

Text Example


Text Example

White with #20228B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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