#282492

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

Shades of Ultramarine #282492

Tints of Ultramarine #282492

Color information

#282492 (or 0x282492) is unknown color: approx Ultramarine. HEX triplet: 28, 24 and 92. RGB value is (40,36,146). Sum of RGB (Red+Green+Blue) = 40+36+146=222 (29% of max value = 765). Red value is 40 (16.02% from 255 or 18.02% from 222); Green value is 36 (14.45% from 255 or 16.22% from 222); Blue value is 146 (57.42% from 255 or 65.77% from 222); Max value from RGB is 146 - color contains mainly: blue. Hex color #282492 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #282492 is #D7DB6D. Grayscale: #313131. Windows color (decimal): -14146414 or 9577512. OLE color: 9577512.

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

Color convert

RGB4036146-
CMYK0.730.7500.43
HSL242.18º60.44%35.69%-
HSV(B)242.18º75.34%57.25%-
XYZ6.693.7927.57-
YUV49.74182.33121.06-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 18.02%
GREEN value IS 36 (14.45% from 255) = 16.22%
BLUE value IS 146 (57.42% from 255) = 65.77%
R=18.02%
G=16.22%
B=65.77%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal40361460.730.7500.43242.1860.4435.69
Hex282492494B02Bf23c24
Octal50442221111130533627444
Binary1010001001001001001010010011001011010101111110010111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #282492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #282492; }

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

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

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

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

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

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

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

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