Html Css Color HEX #221384 Ultramarine

📋 copy color: '#221384'

red 34 ◦ green 19 ◦ blue 132

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

Shades of Ultramarine #221384

Tints of Ultramarine #221384

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 71.35%

R = 18.38%
G = 10.27%
B = 71.35%

CMYK

 C value IS 0.74

 M value IS 0.86

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#221384 (or 0x221384) is known color: Ultramarine. HEX triplet: 22, 13 and 84. RGB value is (34,19,132). Sum of RGB (Red+Green+Blue) = 34+19+132=185 (24% of max value = 765). Red value is 34 (13.67% from 255 or 18.38% from 185); Green value is 19 (7.81% from 255 or 10.27% from 185); Blue value is 132 (51.95% from 255 or 71.35% from 185); Max value from RGB is 132 - color contains mainly: blue. Hex color #221384 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #221384 is #DDEC7B. Grayscale: #232323. Windows color (decimal): -14543996 or 8655650. OLE color: 8655650.

HSL color Cylindrical-coordinate representation of color #221384: hue angle of 247.96º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #221384 is Cyan = 0.74, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 34 19 132 -
CMYK 0.74 0.86 0 0.48
HSL 247.96º 0.75% 0.3% -
HSV(B) 247.96º 0.86% 0.52% -
XYZ 5.06 2.47 22.04 -
YUV 36.37 181.97 126.31 -
System Red Green Blue C M Y K H S L
Decimal 34 19 132 0.74 0.86 0 0.48 247.96 0.75 0.3
Hex 22 13 84 4A 56 0 30 F8 4B 1E
Octal 42 23 204 112 126 0 60 370 113 36
Binary 100010 10011 10000100 1001010 1010110 0 110000 11111000 1001011 11110

Color Harmonies of #221384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #221384

Black with #221384

Text Example


Text Example

White with #221384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #221384; }

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

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

background-color css

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

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

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

border-color css

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

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

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