#221E92

Color #221E92 Ultramarine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ultramarine #221E92

Tints of Ultramarine #221E92

Color information

#221E92 (or 0x221E92) is unknown color: approx Ultramarine. HEX triplet: 22, 1E and 92. RGB value is (34,30,146). Sum of RGB (Red+Green+Blue) = 34+30+146=210 (27% of max value = 765). Red value is 34 (13.67% from 255 or 16.19% from 210); Green value is 30 (12.11% from 255 or 14.29% from 210); Blue value is 146 (57.42% from 255 or 69.52% from 210); Max value from RGB is 146 - color contains mainly: blue. Hex color #221E92 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #221E92 is #DDE16D. Grayscale: #2B2B2B. Windows color (decimal): -14541166 or 9575970. OLE color: 9575970.

HSL color Cylindrical-coordinate representation of color #221E92: hue angle of 242.07º degrees, saturation: 0.66, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #221E92 is Cyan = 0.77, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB3430146-
CMYK0.770.7900.43
HSL242.07º65.91%34.51%-
HSV(B)242.07º79.45%57.25%-
XYZ6.313.3427.51-
YUV44.42185.33120.57-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 16.19%
GREEN value IS 30 (12.11% from 255) = 14.29%
BLUE value IS 146 (57.42% from 255) = 69.52%
R=16.19%
G=14.29%
B=69.52%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal34301460.770.7900.43242.0765.9134.51
Hex221E924D4F02Bf24223
Octal423622211511705336210243
Binary1000101111010010010100110110011110101011111100101000010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #221E92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(34,30,146); }

 H1.HeaderClassName
 {
   color: #221E92;
 }
 .AnyTagClassName
 {
   color: #221E92;
 }
</style>
background-color css

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

 a { background-color: rgb(34,30,146); }

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

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

 span { border-color: rgb(34,30,146); }

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