#221298

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

Shades of Ultramarine #221298

Tints of Ultramarine #221298

Color information

#221298 (or 0x221298) is unknown color: approx Ultramarine. HEX triplet: 22, 12 and 98. RGB value is (34,18,152). Sum of RGB (Red+Green+Blue) = 34+18+152=204 (27% of max value = 765). Red value is 34 (13.67% from 255 or 16.67% from 204); Green value is 18 (7.42% from 255 or 8.82% from 204); Blue value is 152 (59.77% from 255 or 74.51% from 204); Max value from RGB is 152 - color contains mainly: blue. Hex color #221298 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #221298 is #DDED67. Grayscale: #252525. Windows color (decimal): -14544232 or 9966114. OLE color: 9966114.

HSL color Cylindrical-coordinate representation of color #221298: hue angle of 247.16º degrees, saturation: 0.79, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #221298 is Cyan = 0.78, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB3418152-
CMYK0.780.8800.40
HSL247.16º78.82%33.33%-
HSV(B)247.16º88.16%59.61%-
XYZ6.543.0429.95-
YUV38.06192.3125.1-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 16.67%
GREEN value IS 18 (7.42% from 255) = 8.82%
BLUE value IS 152 (59.77% from 255) = 74.51%
R=16.67%
G=8.82%
B=74.51%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal34181520.780.8800.40247.1678.8233.33
Hex2212984E58028f74f21
Octal422223011613005036711741
Binary1000101001010011000100111010110000101000111101111001111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #221298

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #221298; }

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

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

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

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

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

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

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

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