#2404A3

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

Shades of Ultramarine #2404A3

Tints of Ultramarine #2404A3

Color information

#2404A3 (or 0x2404A3) is unknown color: approx Ultramarine. HEX triplet: 24, 04 and A3. RGB value is (36,4,163). Sum of RGB (Red+Green+Blue) = 36+4+163=203 (26% of max value = 765). Red value is 36 (14.45% from 255 or 17.73% from 203); Green value is 4 (1.95% from 255 or 1.97% from 203); Blue value is 163 (64.06% from 255 or 80.30% from 203); Max value from RGB is 163 - color contains mainly: blue. Hex color #2404A3 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2404A3 is #DBFB5C. Grayscale: #1F1F1F. Windows color (decimal): -14416733 or 10683428. OLE color: 10683428.

HSL color Cylindrical-coordinate representation of color #2404A3: hue angle of 252.08º degrees, saturation: 0.95, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2404A3 is Cyan = 0.78, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB364163-
CMYK0.780.9800.36
HSL252.08º95.21%32.75%-
HSV(B)252.08º97.55%63.92%-
XYZ7.383.1134.86-
YUV31.69202.1131.07-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 17.73%
GREEN value IS 4 (1.95% from 255) = 1.97%
BLUE value IS 163 (64.06% from 255) = 80.30%
R=17.73%
G=1.97%
B=80.30%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal3641630.780.9800.36252.0895.2132.75
Hex244A34E62024fc5f21
Octal44424311614204437413741
Binary10010010010100011100111011000100100100111111001011111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2404A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2404A3; }

 p { color: rgb(36,4,163); }

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

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

 a { background-color: rgb(36,4,163); }

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

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

 span { border-color: rgb(36,4,163); }

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