Html Css Color HEX #221FA2 Ultramarine

📋 copy color: '#221FA2'

red 34 ◦ green 31 ◦ blue 162

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

Shades of Ultramarine #221FA2

Tints of Ultramarine #221FA2

RGB

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

 GREEN value IS 31 (12.5% from 255) = 13.66%

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

R = 14.98%
G = 13.66%
B = 71.37%

CMYK

 C value IS 0.79

 M value IS 0.81

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#221FA2 (or 0x221FA2) is known color: Ultramarine. HEX triplet: 22, 1F and A2. RGB value is (34,31,162). Sum of RGB (Red+Green+Blue) = 34+31+162=227 (30% of max value = 765). Red value is 34 (13.67% from 255 or 14.98% from 227); Green value is 31 (12.5% from 255 or 13.66% from 227); Blue value is 162 (63.67% from 255 or 71.37% from 227); Max value from RGB is 162 - color contains mainly: blue. Hex color #221FA2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #221FA2 is #DDE05D. Grayscale: #2E2E2E. Windows color (decimal): -14540894 or 10624802. OLE color: 10624802.

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

Color convert

RGB 34 31 162 -
CMYK 0.79 0.81 0 0.36
HSL 241.37º 0.68% 0.38% -
HSV(B) 241.37º 0.81% 0.64% -
XYZ 7.67 3.93 34.54 -
YUV 46.83 192.99 118.85 -
System Red Green Blue C M Y K H S L
Decimal 34 31 162 0.79 0.81 0 0.36 241.37 0.68 0.38
Hex 22 1F A2 4F 51 0 24 F1 44 26
Octal 42 37 242 117 121 0 44 361 104 46
Binary 100010 11111 10100010 1001111 1010001 0 100100 11110001 1000100 100110

Color Harmonies of #221FA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #221FA2

Black with #221FA2

Text Example


Text Example

White with #221FA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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