#240292

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

Shades of Ultramarine #240292

Tints of Ultramarine #240292

Color information

#240292 (or 0x240292) is unknown color: approx Ultramarine. HEX triplet: 24, 02 and 92. RGB value is (36,2,146). Sum of RGB (Red+Green+Blue) = 36+2+146=184 (24% of max value = 765). Red value is 36 (14.45% from 255 or 19.57% from 184); Green value is 2 (1.17% from 255 or 1.09% from 184); Blue value is 146 (57.42% from 255 or 79.35% from 184); Max value from RGB is 146 - color contains mainly: blue. Hex color #240292 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #240292 is #DBFD6D. Grayscale: #1C1C1C. Windows color (decimal): -14417262 or 9568804. OLE color: 9568804.

HSL color Cylindrical-coordinate representation of color #240292: hue angle of 254.17º 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 #240292 is Cyan = 0.75, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB362146-
CMYK0.750.9900.43
HSL254.17º97.3%29.02%-
HSV(B)254.17º98.63%57.25%-
XYZ5.942.4927.36-
YUV28.58194.26133.29-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 19.57%
GREEN value IS 2 (1.17% from 255) = 1.09%
BLUE value IS 146 (57.42% from 255) = 79.35%
R=19.57%
G=1.09%
B=79.35%

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
Decimal3621460.750.9900.43254.1797.329.02
Hex242924B6302Bfe611d
Octal44222211314305337614135
Binary100100101001001010010111100011010101111111110110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #240292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #240292; }

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

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

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

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

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

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

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

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