#240291

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

Shades of Ultramarine #240291

Tints of Ultramarine #240291

Color information

#240291 (or 0x240291) is unknown color: approx Ultramarine. HEX triplet: 24, 02 and 91. RGB value is (36,2,145). Sum of RGB (Red+Green+Blue) = 36+2+145=183 (24% of max value = 765). Red value is 36 (14.45% from 255 or 19.67% from 183); Green value is 2 (1.17% from 255 or 1.09% from 183); Blue value is 145 (57.03% from 255 or 79.23% from 183); Max value from RGB is 145 - color contains mainly: blue. Hex color #240291 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #240291 is #DBFD6E. Grayscale: #1B1B1B. Windows color (decimal): -14417263 or 9503268. OLE color: 9503268.

HSL color Cylindrical-coordinate representation of color #240291: hue angle of 254.27º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #240291 is Cyan = 0.75, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB362145-
CMYK0.750.9900.43
HSL254.27º97.28%28.82%-
HSV(B)254.27º98.62%56.86%-
XYZ5.862.4626.95-
YUV28.47193.76133.37-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 19.67%
GREEN value IS 2 (1.17% from 255) = 1.09%
BLUE value IS 145 (57.03% from 255) = 79.23%
R=19.67%
G=1.09%
B=79.23%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal3621450.750.9900.43254.2797.2828.82
Hex242914B6302Bfe611d
Octal44222111314305337614135
Binary100100101001000110010111100011010101111111110110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #240291

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #240291; }

 p { color: rgb(36,2,145); }

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

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

 a { background-color: rgb(36,2,145); }

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

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

 span { border-color: rgb(36,2,145); }

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