#242598

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

Shades of Ultramarine #242598

Tints of Ultramarine #242598

Color information

#242598 (or 0x242598) is unknown color: approx Ultramarine. HEX triplet: 24, 25 and 98. RGB value is (36,37,152). Sum of RGB (Red+Green+Blue) = 36+37+152=225 (29% of max value = 765). Red value is 36 (14.45% from 255 or 16% from 225); Green value is 37 (14.84% from 255 or 16.44% from 225); Blue value is 152 (59.77% from 255 or 67.56% from 225); Max value from RGB is 152 - color contains mainly: blue. Hex color #242598 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #242598 is #DBDA67. Grayscale: #313131. Windows color (decimal): -14408296 or 9970980. OLE color: 9970980.

HSL color Cylindrical-coordinate representation of color #242598: hue angle of 239.48º degrees, saturation: 0.62, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #242598 is Cyan = 0.76, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB3637152-
CMYK0.760.7600.40
HSL239.48º61.7%36.86%-
HSV(B)239.48º76.32%59.61%-
XYZ7.063.9730.1-
YUV49.81185.67118.15-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 16%
GREEN value IS 37 (14.84% from 255) = 16.44%
BLUE value IS 152 (59.77% from 255) = 67.56%
R=16%
G=16.44%
B=67.56%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal36371520.760.7600.40239.4861.736.86
Hex2425984C4C028ef3e25
Octal44452301141140503577645
Binary1001001001011001100010011001001100010100011101111111110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #242598

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #242598; }

 p { color: rgb(36,37,152); }

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

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

 a { background-color: rgb(36,37,152); }

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

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

 span { border-color: rgb(36,37,152); }

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