Html Css Color HEX #212291 Ultramarine

📋 copy color: '#212291'

red 33 ◦ green 34 ◦ blue 145

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

Shades of Ultramarine #212291

Tints of Ultramarine #212291

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 68.4%

R = 15.57%
G = 16.04%
B = 68.4%

CMYK

 C value IS 0.77

 M value IS 0.77

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#212291 (or 0x212291) is known color: Ultramarine. HEX triplet: 21, 22 and 91. RGB value is (33,34,145). Sum of RGB (Red+Green+Blue) = 33+34+145=212 (28% of max value = 765). Red value is 33 (13.28% from 255 or 15.57% from 212); Green value is 34 (13.67% from 255 or 16.04% from 212); Blue value is 145 (57.03% from 255 or 68.40% from 212); Max value from RGB is 145 - color contains mainly: blue. Hex color #212291 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #212291 is #DEDD6E. Grayscale: #2D2D2D. Windows color (decimal): -14605679 or 9511457. OLE color: 9511457.

HSL color Cylindrical-coordinate representation of color #212291: hue angle of 239.46º degrees, saturation: 0.63, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #212291 is Cyan = 0.77, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 33 34 145 -
CMYK 0.77 0.77 0 0.43
HSL 239.46º 0.63% 0.35% -
HSV(B) 239.46º 0.77% 0.57% -
XYZ 6.31 3.51 27.13 -
YUV 46.36 183.67 118.47 -
System Red Green Blue C M Y K H S L
Decimal 33 34 145 0.77 0.77 0 0.43 239.46 0.63 0.35
Hex 21 22 91 4D 4D 0 2B EF 3F 23
Octal 41 42 221 115 115 0 53 357 77 43
Binary 100001 100010 10010001 1001101 1001101 0 101011 11101111 111111 100011

Color Harmonies of #212291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #212291

Black with #212291

Text Example


Text Example

White with #212291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #212291; }

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

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

background-color css

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

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

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

border-color css

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

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

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