Html Css Color HEX #21228D Ultramarine

📋 copy color: '#21228D'

red 33 ◦ green 34 ◦ blue 141

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

Shades of Ultramarine #21228D

Tints of Ultramarine #21228D

RGB

 RED value IS 33 (13.28% from 255) = 15.87%

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

 BLUE value IS 141 (55.47% from 255) = 67.79%

R = 15.87%
G = 16.35%
B = 67.79%

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

#21228D (or 0x21228D) is known color: Ultramarine. HEX triplet: 21, 22 and 8D. RGB value is (33,34,141). Sum of RGB (Red+Green+Blue) = 33+34+141=208 (27% of max value = 765). Red value is 33 (13.28% from 255 or 15.87% from 208); Green value is 34 (13.67% from 255 or 16.35% from 208); Blue value is 141 (55.47% from 255 or 67.79% from 208); Max value from RGB is 141 - color contains mainly: blue. Hex color #21228D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #21228D is #DEDD72. Grayscale: #2D2D2D. Windows color (decimal): -14605683 or 9249313. OLE color: 9249313.

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

Color convert

RGB 33 34 141 -
CMYK 0.77 0.76 0 0.45
HSL 239.44º 0.62% 0.34% -
HSV(B) 239.44º 0.77% 0.55% -
XYZ 6.01 3.39 25.54 -
YUV 45.9 181.67 118.8 -
System Red Green Blue C M Y K H S L
Decimal 33 34 141 0.77 0.76 0 0.45 239.44 0.62 0.34
Hex 21 22 8D 4D 4C 0 2D EF 3E 22
Octal 41 42 215 115 114 0 55 357 76 42
Binary 100001 100010 10001101 1001101 1001100 0 101101 11101111 111110 100010

Color Harmonies of #21228D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21228D

Black with #21228D

Text Example


Text Example

White with #21228D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #21228D; }

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

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

background-color css

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

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

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

border-color css

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

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

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