Html Css Color HEX #221284 Ultramarine

📋 copy color: '#221284'

red 34 ◦ green 18 ◦ blue 132

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

Shades of Ultramarine #221284

Tints of Ultramarine #221284

RGB

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

 GREEN value IS 18 (7.42% from 255) = 9.78%

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

R = 18.48%
G = 9.78%
B = 71.74%

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

#221284 (or 0x221284) is known color: Ultramarine. HEX triplet: 22, 12 and 84. RGB value is (34,18,132). Sum of RGB (Red+Green+Blue) = 34+18+132=184 (24% of max value = 765). Red value is 34 (13.67% from 255 or 18.48% from 184); Green value is 18 (7.42% from 255 or 9.78% from 184); Blue value is 132 (51.95% from 255 or 71.74% from 184); Max value from RGB is 132 - color contains mainly: blue. Hex color #221284 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #221284 is #DDED7B. Grayscale: #232323. Windows color (decimal): -14544252 or 8655394. OLE color: 8655394.

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

Color convert

RGB 34 18 132 -
CMYK 0.74 0.86 0 0.48
HSL 248.42º 0.76% 0.29% -
HSV(B) 248.42º 0.86% 0.52% -
XYZ 5.04 2.44 22.03 -
YUV 35.78 182.3 126.73 -
System Red Green Blue C M Y K H S L
Decimal 34 18 132 0.74 0.86 0 0.48 248.42 0.76 0.29
Hex 22 12 84 4A 56 0 30 F8 4C 1D
Octal 42 22 204 112 126 0 60 370 114 35
Binary 100010 10010 10000100 1001010 1010110 0 110000 11111000 1001100 11101

Color Harmonies of #221284

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #221284

Black with #221284

Text Example


Text Example

White with #221284

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #221284; }

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

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

background-color css

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

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

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

border-color css

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

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

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