#211282

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

Shades of Ultramarine #211282

Tints of Ultramarine #211282

Color information

#211282 (or 0x211282) is unknown color: approx Ultramarine. HEX triplet: 21, 12 and 82. RGB value is (33,18,130). Sum of RGB (Red+Green+Blue) = 33+18+130=181 (23% of max value = 765). Red value is 33 (13.28% from 255 or 18.23% from 181); Green value is 18 (7.42% from 255 or 9.94% from 181); Blue value is 130 (51.17% from 255 or 71.82% from 181); Max value from RGB is 130 - color contains mainly: blue. Hex color #211282 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #211282 is #DEED7D. Grayscale: #222222. Windows color (decimal): -14609790 or 8524321. OLE color: 8524321.

HSL color Cylindrical-coordinate representation of color #211282: hue angle of 248.04º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #211282 is Cyan = 0.75, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB3318130-
CMYK0.750.8600.49
HSL248.04º75.68%29.02%-
HSV(B)248.04º86.15%50.98%-
XYZ4.872.3721.32-
YUV35.25181.47126.39-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 18.23%
GREEN value IS 18 (7.42% from 255) = 9.94%
BLUE value IS 130 (51.17% from 255) = 71.82%
R=18.23%
G=9.94%
B=71.82%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal33181300.750.8600.49248.0475.6829.02
Hex2112824B56031f84c1d
Octal412220211312606137011435
Binary100001100101000001010010111010110011000111111000100110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #211282

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #211282; }

 p { color: rgb(33,18,130); }

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

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

 a { background-color: rgb(33,18,130); }

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

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

 span { border-color: rgb(33,18,130); }

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