Html Css Color HEX #222090 Ultramarine

📋 copy color: '#222090'

red 34 ◦ green 32 ◦ blue 144

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

Shades of Ultramarine #222090

Tints of Ultramarine #222090

RGB

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

 GREEN value IS 32 (12.89% from 255) = 15.24%

 BLUE value IS 144 (56.64% from 255) = 68.57%

R = 16.19%
G = 15.24%
B = 68.57%

CMYK

 C value IS 0.76

 M value IS 0.78

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#222090 (or 0x222090) is known color: Ultramarine. HEX triplet: 22, 20 and 90. RGB value is (34,32,144). Sum of RGB (Red+Green+Blue) = 34+32+144=210 (27% of max value = 765). Red value is 34 (13.67% from 255 or 16.19% from 210); Green value is 32 (12.89% from 255 or 15.24% from 210); Blue value is 144 (56.64% from 255 or 68.57% from 210); Max value from RGB is 144 - color contains mainly: blue. Hex color #222090 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #222090 is #DDDF6F. Grayscale: #2C2C2C. Windows color (decimal): -14540656 or 9445410. OLE color: 9445410.

HSL color Cylindrical-coordinate representation of color #222090: hue angle of 241.07º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #222090 is Cyan = 0.76, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 34 32 144 -
CMYK 0.76 0.78 0 0.44
HSL 241.07º 0.64% 0.35% -
HSV(B) 241.07º 0.78% 0.56% -
XYZ 6.21 3.39 26.71 -
YUV 45.37 183.66 119.89 -
System Red Green Blue C M Y K H S L
Decimal 34 32 144 0.76 0.78 0 0.44 241.07 0.64 0.35
Hex 22 20 90 4C 4E 0 2C F1 40 23
Octal 42 40 220 114 116 0 54 361 100 43
Binary 100010 100000 10010000 1001100 1001110 0 101100 11110001 1000000 100011

Color Harmonies of #222090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #222090

Black with #222090

Text Example


Text Example

White with #222090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #222090; }

 p { color: rgb(34,32,144); }

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

background-color css

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

 a { background-color: rgb(34,32,144); }

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

border-color css

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

 span { border-color: rgb(34,32,144); }

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