#241EA2

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

Shades of Ultramarine #241EA2

Tints of Ultramarine #241EA2

Color information

#241EA2 (or 0x241EA2) is unknown color: approx Ultramarine. HEX triplet: 24, 1E and A2. RGB value is (36,30,162). Sum of RGB (Red+Green+Blue) = 36+30+162=228 (30% of max value = 765). Red value is 36 (14.45% from 255 or 15.79% from 228); Green value is 30 (12.11% from 255 or 13.16% from 228); Blue value is 162 (63.67% from 255 or 71.05% from 228); Max value from RGB is 162 - color contains mainly: blue. Hex color #241EA2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #241EA2 is #DBE15D. Grayscale: #2E2E2E. Windows color (decimal): -14410078 or 10624548. OLE color: 10624548.

HSL color Cylindrical-coordinate representation of color #241EA2: hue angle of 242.73º degrees, saturation: 0.69, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #241EA2 is Cyan = 0.78, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB3630162-
CMYK0.780.8100.36
HSL242.73º68.75%37.65%-
HSV(B)242.73º81.48%63.53%-
XYZ7.713.9134.53-
YUV46.84192.99120.27-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 15.79%
GREEN value IS 30 (12.11% from 255) = 13.16%
BLUE value IS 162 (63.67% from 255) = 71.05%
R=15.79%
G=13.16%
B=71.05%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal36301620.780.8100.36242.7368.7537.65
Hex241EA24E51024f34526
Octal443624211612104436310546
Binary1001001111010100010100111010100010100100111100111000101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #241EA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #241EA2; }

 p { color: rgb(36,30,162); }

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

<style>
 a { background-color: #241EA2; }

 a { background-color: rgb(36,30,162); }

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

<style>
 span { border-color: #241EA2; }

 span { border-color: rgb(36,30,162); }

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