#242696

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

Shades of Ultramarine #242696

Tints of Ultramarine #242696

Color information

#242696 (or 0x242696) is unknown color: approx Ultramarine. HEX triplet: 24, 26 and 96. RGB value is (36,38,150). Sum of RGB (Red+Green+Blue) = 36+38+150=224 (29% of max value = 765). Red value is 36 (14.45% from 255 or 16.07% from 224); Green value is 38 (15.23% from 255 or 16.96% from 224); Blue value is 150 (58.98% from 255 or 66.96% from 224); Max value from RGB is 150 - color contains mainly: blue. Hex color #242696 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #242696 is #DBD969. Grayscale: #313131. Windows color (decimal): -14408042 or 9840164. OLE color: 9840164.

HSL color Cylindrical-coordinate representation of color #242696: hue angle of 238.95º degrees, saturation: 0.61, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #242696 is Cyan = 0.76, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB3638150-
CMYK0.760.7500.41
HSL238.95º61.29%36.47%-
HSV(B)238.95º76%58.82%-
XYZ6.933.9629.25-
YUV50.17184.34117.89-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 16.07%
GREEN value IS 38 (15.23% from 255) = 16.96%
BLUE value IS 150 (58.98% from 255) = 66.96%
R=16.07%
G=16.96%
B=66.96%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal36381500.760.7500.41238.9561.2936.47
Hex2426964C4B029ef3d24
Octal44462261141130513577544
Binary1001001001101001011010011001001011010100111101111111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #242696

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #242696; }

 p { color: rgb(36,38,150); }

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

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

 a { background-color: rgb(36,38,150); }

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

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

 span { border-color: rgb(36,38,150); }

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