#2411AE

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

Shades of Ultramarine #2411AE

Tints of Ultramarine #2411AE

Color information

#2411AE (or 0x2411AE) is unknown color: approx Ultramarine. HEX triplet: 24, 11 and AE. RGB value is (36,17,174). Sum of RGB (Red+Green+Blue) = 36+17+174=227 (30% of max value = 765). Red value is 36 (14.45% from 255 or 15.86% from 227); Green value is 17 (7.03% from 255 or 7.49% 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 #2411AE is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2411AE is #DBEE51. Grayscale: #272727. Windows color (decimal): -14413394 or 11407652. OLE color: 11407652.

HSL color Cylindrical-coordinate representation of color #2411AE: hue angle of 247.26º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2411AE is Cyan = 0.79, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB3617174-
CMYK0.790.9000.32
HSL247.26º82.2%37.45%-
HSV(B)247.26º90.23%68.24%-
XYZ8.573.8340.33-
YUV40.58203.29124.73-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 15.86%
GREEN value IS 17 (7.03% from 255) = 7.49%
BLUE value IS 174 (68.36% from 255) = 76.65%
R=15.86%
G=7.49%
B=76.65%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal36171740.790.9000.32247.2682.237.45
Hex2411AE4F5A020f75225
Octal442125611713204036712245
Binary1001001000110101110100111110110100100000111101111010010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2411AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(36,17,174); }

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

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

 a { background-color: rgb(36,17,174); }

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

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

 span { border-color: rgb(36,17,174); }

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