Html Css Color HEX #212390 Ultramarine

📋 copy color: '#212390'

red 33 ◦ green 35 ◦ blue 144

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

Shades of Ultramarine #212390

Tints of Ultramarine #212390

RGB

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

 GREEN value IS 35 (14.06% from 255) = 16.51%

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

R = 15.57%
G = 16.51%
B = 67.92%

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

#212390 (or 0x212390) is known color: Ultramarine. HEX triplet: 21, 23 and 90. RGB value is (33,35,144). Sum of RGB (Red+Green+Blue) = 33+35+144=212 (28% of max value = 765). Red value is 33 (13.28% from 255 or 15.57% from 212); Green value is 35 (14.06% from 255 or 16.51% from 212); Blue value is 144 (56.64% from 255 or 67.92% from 212); Max value from RGB is 144 - color contains mainly: blue. Hex color #212390 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #212390 is #DEDC6F. Grayscale: #2E2E2E. Windows color (decimal): -14605424 or 9446177. OLE color: 9446177.

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

Color convert

RGB 33 35 144 -
CMYK 0.77 0.76 0 0.44
HSL 238.92º 0.63% 0.35% -
HSV(B) 238.92º 0.77% 0.56% -
XYZ 6.26 3.54 26.74 -
YUV 46.83 182.84 118.14 -
System Red Green Blue C M Y K H S L
Decimal 33 35 144 0.77 0.76 0 0.44 238.92 0.63 0.35
Hex 21 23 90 4D 4C 0 2C EF 3F 23
Octal 41 43 220 115 114 0 54 357 77 43
Binary 100001 100011 10010000 1001101 1001100 0 101100 11101111 111111 100011

Color Harmonies of #212390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #212390

Black with #212390

Text Example


Text Example

White with #212390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #212390; }

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

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

background-color css

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

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

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

border-color css

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

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

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