#2415AE

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

Shades of Ultramarine #2415AE

Tints of Ultramarine #2415AE

Color information

#2415AE (or 0x2415AE) is unknown color: approx Ultramarine. HEX triplet: 24, 15 and AE. RGB value is (36,21,174). Sum of RGB (Red+Green+Blue) = 36+21+174=231 (30% of max value = 765). Red value is 36 (14.45% from 255 or 15.58% from 231); Green value is 21 (8.59% from 255 or 9.09% from 231); Blue value is 174 (68.36% from 255 or 75.32% from 231); Max value from RGB is 174 - color contains mainly: blue. Hex color #2415AE is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2415AE is #DBEA51. Grayscale: #2A2A2A. Windows color (decimal): -14412370 or 11408676. OLE color: 11408676.

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

Color convert

RGB3621174-
CMYK0.790.8800.32
HSL245.88º78.46%38.24%-
HSV(B)245.88º87.93%68.24%-
XYZ8.643.9740.36-
YUV42.93201.97123.06-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 15.58%
GREEN value IS 21 (8.59% from 255) = 9.09%
BLUE value IS 174 (68.36% from 255) = 75.32%
R=15.58%
G=9.09%
B=75.32%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal36211740.790.8800.32245.8878.4638.24
Hex2415AE4F58020f64e26
Octal442525611713004036611646
Binary1001001010110101110100111110110000100000111101101001110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2415AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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