Html Css Color HEX #221394 Ultramarine

📋 copy color: '#221394'

red 34 ◦ green 19 ◦ blue 148

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

Shades of Ultramarine #221394

Tints of Ultramarine #221394

RGB

 RED value IS 34 (13.67% from 255) = 16.92%

 GREEN value IS 19 (7.81% from 255) = 9.45%

 BLUE value IS 148 (58.2% from 255) = 73.63%

R = 16.92%
G = 9.45%
B = 73.63%

CMYK

 C value IS 0.77

 M value IS 0.87

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#221394 (or 0x221394) is known color: Ultramarine. HEX triplet: 22, 13 and 94. RGB value is (34,19,148). Sum of RGB (Red+Green+Blue) = 34+19+148=201 (26% of max value = 765). Red value is 34 (13.67% from 255 or 16.92% from 201); Green value is 19 (7.81% from 255 or 9.45% from 201); Blue value is 148 (58.20% from 255 or 73.63% from 201); Max value from RGB is 148 - color contains mainly: blue. Hex color #221394 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #221394 is #DDEC6B. Grayscale: #252525. Windows color (decimal): -14543980 or 9704226. OLE color: 9704226.

HSL color Cylindrical-coordinate representation of color #221394: hue angle of 246.98º degrees, saturation: 0.77, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #221394 is Cyan = 0.77, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 34 19 148 -
CMYK 0.77 0.87 0 0.42
HSL 246.98º 0.77% 0.33% -
HSV(B) 246.98º 0.87% 0.58% -
XYZ 6.24 2.94 28.26 -
YUV 38.19 189.97 125.01 -
System Red Green Blue C M Y K H S L
Decimal 34 19 148 0.77 0.87 0 0.42 246.98 0.77 0.33
Hex 22 13 94 4D 57 0 2A F7 4D 21
Octal 42 23 224 115 127 0 52 367 115 41
Binary 100010 10011 10010100 1001101 1010111 0 101010 11110111 1001101 100001

Color Harmonies of #221394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #221394

Black with #221394

Text Example


Text Example

White with #221394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #221394; }

 p { color: rgb(34,19,148); }

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

background-color css

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

 a { background-color: rgb(34,19,148); }

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

border-color css

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

 span { border-color: rgb(34,19,148); }

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