#242792

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

Shades of Ultramarine #242792

Tints of Ultramarine #242792

Color information

#242792 (or 0x242792) is unknown color: approx Ultramarine. HEX triplet: 24, 27 and 92. RGB value is (36,39,146). Sum of RGB (Red+Green+Blue) = 36+39+146=221 (29% of max value = 765). Red value is 36 (14.45% from 255 or 16.29% from 221); Green value is 39 (15.62% from 255 or 17.65% from 221); Blue value is 146 (57.42% from 255 or 66.06% from 221); Max value from RGB is 146 - color contains mainly: blue. Hex color #242792 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #242792 is #DBD86D. Grayscale: #313131. Windows color (decimal): -14407790 or 9578276. OLE color: 9578276.

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

Color convert

RGB3639146-
CMYK0.750.7300.43
HSL238.36º60.44%35.69%-
HSV(B)238.36º75.34%57.25%-
XYZ6.643.927.6-
YUV50.3182.01117.8-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 16.29%
GREEN value IS 39 (15.62% from 255) = 17.65%
BLUE value IS 146 (57.42% from 255) = 66.06%
R=16.29%
G=17.65%
B=66.06%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal36391460.750.7300.43238.3660.4435.69
Hex2427924B4902Bee3c24
Octal44472221131110533567444
Binary1001001001111001001010010111001001010101111101110111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #242792

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #242792; }

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

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

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

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

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

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

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

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