#2406AE

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

Shades of Ultramarine #2406AE

Tints of Ultramarine #2406AE

Color information

#2406AE (or 0x2406AE) is unknown color: approx Ultramarine. HEX triplet: 24, 06 and AE. RGB value is (36,6,174). Sum of RGB (Red+Green+Blue) = 36+6+174=216 (28% of max value = 765). Red value is 36 (14.45% from 255 or 16.67% from 216); Green value is 6 (2.73% from 255 or 2.78% from 216); Blue value is 174 (68.36% from 255 or 80.56% from 216); Max value from RGB is 174 - color contains mainly: blue. Hex color #2406AE is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2406AE is #DBF951. Grayscale: #212121. Windows color (decimal): -14416210 or 11404836. OLE color: 11404836.

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

Color convert

RGB366174-
CMYK0.790.9700.32
HSL250.71º93.33%35.29%-
HSV(B)250.71º96.55%68.24%-
XYZ8.433.5640.29-
YUV34.12206.94129.34-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 16.67%
GREEN value IS 6 (2.73% from 255) = 2.78%
BLUE value IS 174 (68.36% from 255) = 80.56%
R=16.67%
G=2.78%
B=80.56%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal3661740.790.9700.32250.7193.3335.29
Hex246AE4F61020fb5d23
Octal44625611714104037313543
Binary10010011010101110100111111000010100000111110111011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2406AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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