Html Css Color HEX #221398 Ultramarine

📋 copy color: '#221398'

red 34 ◦ green 19 ◦ blue 152

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

Shades of Ultramarine #221398

Tints of Ultramarine #221398

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 74.15%

R = 16.59%
G = 9.27%
B = 74.15%

CMYK

 C value IS 0.78

 M value IS 0.87

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#221398 (or 0x221398) is known color: Ultramarine. HEX triplet: 22, 13 and 98. RGB value is (34,19,152). Sum of RGB (Red+Green+Blue) = 34+19+152=205 (27% of max value = 765). Red value is 34 (13.67% from 255 or 16.59% from 205); Green value is 19 (7.81% from 255 or 9.27% from 205); Blue value is 152 (59.77% from 255 or 74.15% from 205); Max value from RGB is 152 - color contains mainly: blue. Hex color #221398 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #221398 is #DDEC67. Grayscale: #262626. Windows color (decimal): -14543976 or 9966370. OLE color: 9966370.

HSL color Cylindrical-coordinate representation of color #221398: hue angle of 246.77º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #221398 is Cyan = 0.78, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 34 19 152 -
CMYK 0.78 0.87 0 0.40
HSL 246.77º 0.78% 0.34% -
HSV(B) 246.77º 0.88% 0.6% -
XYZ 6.56 3.07 29.95 -
YUV 38.65 191.97 124.69 -
System Red Green Blue C M Y K H S L
Decimal 34 19 152 0.78 0.87 0 0.40 246.77 0.78 0.34
Hex 22 13 98 4E 57 0 28 F7 4E 22
Octal 42 23 230 116 127 0 50 367 116 42
Binary 100010 10011 10011000 1001110 1010111 0 101000 11110111 1001110 100010

Color Harmonies of #221398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #221398

Black with #221398

Text Example


Text Example

White with #221398

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #221398; }

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

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

background-color css

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

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

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

border-color css

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

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

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