Html Css Color HEX #212292 Ultramarine

📋 copy color: '#212292'

red 33 ◦ green 34 ◦ blue 146

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

Shades of Ultramarine #212292

Tints of Ultramarine #212292

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 68.54%

R = 15.49%
G = 15.96%
B = 68.54%

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

#212292 (or 0x212292) is known color: Ultramarine. HEX triplet: 21, 22 and 92. RGB value is (33,34,146). Sum of RGB (Red+Green+Blue) = 33+34+146=213 (28% of max value = 765). Red value is 33 (13.28% from 255 or 15.49% from 213); Green value is 34 (13.67% from 255 or 15.96% from 213); Blue value is 146 (57.42% from 255 or 68.54% from 213); Max value from RGB is 146 - color contains mainly: blue. Hex color #212292 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #212292 is #DEDD6D. Grayscale: #2E2E2E. Windows color (decimal): -14605678 or 9576993. OLE color: 9576993.

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

Color convert

RGB 33 34 146 -
CMYK 0.77 0.77 0 0.43
HSL 239.47º 0.63% 0.35% -
HSV(B) 239.47º 0.77% 0.57% -
XYZ 6.39 3.54 27.54 -
YUV 46.47 184.17 118.39 -
System Red Green Blue C M Y K H S L
Decimal 33 34 146 0.77 0.77 0 0.43 239.47 0.63 0.35
Hex 21 22 92 4D 4D 0 2B EF 3F 23
Octal 41 42 222 115 115 0 53 357 77 43
Binary 100001 100010 10010010 1001101 1001101 0 101011 11101111 111111 100011

Color Harmonies of #212292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #212292

Black with #212292

Text Example


Text Example

White with #212292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #212292; }

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

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

background-color css

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

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

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

border-color css

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

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

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