Html Css Color HEX #221CA2 Ultramarine

📋 copy color: '#221CA2'

red 34 ◦ green 28 ◦ blue 162

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

Shades of Ultramarine #221CA2

Tints of Ultramarine #221CA2

RGB

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

 GREEN value IS 28 (11.33% from 255) = 12.5%

 BLUE value IS 162 (63.67% from 255) = 72.32%

R = 15.18%
G = 12.5%
B = 72.32%

CMYK

 C value IS 0.79

 M value IS 0.83

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#221CA2 (or 0x221CA2) is known color: Ultramarine. HEX triplet: 22, 1C and A2. RGB value is (34,28,162). Sum of RGB (Red+Green+Blue) = 34+28+162=224 (29% of max value = 765). Red value is 34 (13.67% from 255 or 15.18% from 224); Green value is 28 (11.33% from 255 or 12.5% from 224); Blue value is 162 (63.67% from 255 or 72.32% from 224); Max value from RGB is 162 - color contains mainly: blue. Hex color #221CA2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #221CA2 is #DDE35D. Grayscale: #2C2C2C. Windows color (decimal): -14541662 or 10624034. OLE color: 10624034.

HSL color Cylindrical-coordinate representation of color #221CA2: hue angle of 242.69º degrees, saturation: 0.71, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #221CA2 is Cyan = 0.79, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 34 28 162 -
CMYK 0.79 0.83 0 0.36
HSL 242.69º 0.71% 0.37% -
HSV(B) 242.69º 0.83% 0.64% -
XYZ 7.6 3.78 34.51 -
YUV 45.07 193.99 120.1 -
System Red Green Blue C M Y K H S L
Decimal 34 28 162 0.79 0.83 0 0.36 242.69 0.71 0.37
Hex 22 1C A2 4F 53 0 24 F3 47 25
Octal 42 34 242 117 123 0 44 363 107 45
Binary 100010 11100 10100010 1001111 1010011 0 100100 11110011 1000111 100101

Color Harmonies of #221CA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #221CA2

Black with #221CA2

Text Example


Text Example

White with #221CA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #221CA2; }

 p { color: rgb(34,28,162); }

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

background-color css

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

 a { background-color: rgb(34,28,162); }

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

border-color css

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

 span { border-color: rgb(34,28,162); }

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