#2213AE

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

Shades of Ultramarine #2213AE

Tints of Ultramarine #2213AE

Color information

#2213AE (or 0x2213AE) is unknown color: approx Ultramarine. HEX triplet: 22, 13 and AE. RGB value is (34,19,174). Sum of RGB (Red+Green+Blue) = 34+19+174=227 (30% of max value = 765). Red value is 34 (13.67% from 255 or 14.98% from 227); Green value is 19 (7.81% from 255 or 8.37% from 227); Blue value is 174 (68.36% from 255 or 76.65% from 227); Max value from RGB is 174 - color contains mainly: blue. Hex color #2213AE is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2213AE is #DDEC51. Grayscale: #282828. Windows color (decimal): -14543954 or 11408162. OLE color: 11408162.

HSL color Cylindrical-coordinate representation of color #2213AE: hue angle of 245.81º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2213AE is Cyan = 0.80, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB3419174-
CMYK0.800.8900.32
HSL245.81º80.31%37.84%-
HSV(B)245.81º89.08%68.24%-
XYZ8.533.8640.34-
YUV41.16202.97122.9-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 14.98%
GREEN value IS 19 (7.81% from 255) = 8.37%
BLUE value IS 174 (68.36% from 255) = 76.65%
R=14.98%
G=8.37%
B=76.65%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal34191740.800.8900.32245.8180.3137.84
Hex2213AE5059020f65026
Octal422325612013104036612046
Binary1000101001110101110101000010110010100000111101101010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2213AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2213AE; }

 p { color: rgb(34,19,174); }

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

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

 a { background-color: rgb(34,19,174); }

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

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

 span { border-color: rgb(34,19,174); }

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