#240299

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

Shades of Ultramarine #240299

Tints of Ultramarine #240299

Color information

#240299 (or 0x240299) is unknown color: approx Ultramarine. HEX triplet: 24, 02 and 99. RGB value is (36,2,153). Sum of RGB (Red+Green+Blue) = 36+2+153=191 (25% of max value = 765). Red value is 36 (14.45% from 255 or 18.85% from 191); Green value is 2 (1.17% from 255 or 1.05% from 191); Blue value is 153 (60.16% from 255 or 80.10% from 191); Max value from RGB is 153 - color contains mainly: blue. Hex color #240299 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #240299 is #DBFD66. Grayscale: #1C1C1C. Windows color (decimal): -14417255 or 10027556. OLE color: 10027556.

HSL color Cylindrical-coordinate representation of color #240299: hue angle of 253.51º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #240299 is Cyan = 0.76, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB362153-
CMYK0.760.9900.4
HSL253.51º97.42%30.39%-
HSV(B)253.51º98.69%60%-
XYZ6.52.7230.32-
YUV29.38197.76132.72-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 18.85%
GREEN value IS 2 (1.17% from 255) = 1.05%
BLUE value IS 153 (60.16% from 255) = 80.10%
R=18.85%
G=1.05%
B=80.10%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal3621530.760.9900.4253.5197.4230.39
Hex242994C63028fe611e
Octal44223111414305037614136
Binary100100101001100110011001100011010100011111110110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #240299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #240299; }

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

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

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

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

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

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

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

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