Html Css Color HEX #212290 Ultramarine

📋 copy color: '#212290'

red 33 ◦ green 34 ◦ blue 144

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

Shades of Ultramarine #212290

Tints of Ultramarine #212290

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 68.25%

R = 15.64%
G = 16.11%
B = 68.25%

CMYK

 C value IS 0.77

 M value IS 0.76

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#212290 (or 0x212290) is known color: Ultramarine. HEX triplet: 21, 22 and 90. RGB value is (33,34,144). Sum of RGB (Red+Green+Blue) = 33+34+144=211 (27% of max value = 765). Red value is 33 (13.28% from 255 or 15.64% from 211); Green value is 34 (13.67% from 255 or 16.11% from 211); Blue value is 144 (56.64% from 255 or 68.25% from 211); Max value from RGB is 144 - color contains mainly: blue. Hex color #212290 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #212290 is #DEDD6F. Grayscale: #2D2D2D. Windows color (decimal): -14605680 or 9445921. OLE color: 9445921.

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

Color convert

RGB 33 34 144 -
CMYK 0.77 0.76 0 0.44
HSL 239.46º 0.63% 0.35% -
HSV(B) 239.46º 0.77% 0.56% -
XYZ 6.23 3.48 26.73 -
YUV 46.24 183.17 118.56 -
System Red Green Blue C M Y K H S L
Decimal 33 34 144 0.77 0.76 0 0.44 239.46 0.63 0.35
Hex 21 22 90 4D 4C 0 2C EF 3F 23
Octal 41 42 220 115 114 0 54 357 77 43
Binary 100001 100010 10010000 1001101 1001100 0 101100 11101111 111111 100011

Color Harmonies of #212290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #212290

Black with #212290

Text Example


Text Example

White with #212290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #212290; }

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

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

background-color css

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

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

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

border-color css

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

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

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