#282495

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

Shades of Ultramarine #282495

Tints of Ultramarine #282495

Color information

#282495 (or 0x282495) is unknown color: approx Ultramarine. HEX triplet: 28, 24 and 95. RGB value is (40,36,149). Sum of RGB (Red+Green+Blue) = 40+36+149=225 (29% of max value = 765). Red value is 40 (16.02% from 255 or 17.78% from 225); Green value is 36 (14.45% from 255 or 16% from 225); Blue value is 149 (58.59% from 255 or 66.22% from 225); Max value from RGB is 149 - color contains mainly: blue. Hex color #282495 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #282495 is #D7DB6A. Grayscale: #313131. Windows color (decimal): -14146411 or 9774120. OLE color: 9774120.

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

Color convert

RGB4036149-
CMYK0.730.7600.42
HSL242.12º61.08%36.27%-
HSV(B)242.12º75.84%58.43%-
XYZ6.933.8828.82-
YUV50.08183.83120.81-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 17.78%
GREEN value IS 36 (14.45% from 255) = 16%
BLUE value IS 149 (58.59% from 255) = 66.22%
R=17.78%
G=16%
B=66.22%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal40361490.730.7600.42242.1261.0836.27
Hex282495494C02Af23d24
Octal50442251111140523627544
Binary1010001001001001010110010011001100010101011110010111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #282495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #282495; }

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

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

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

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

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

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

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

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