#282594

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

Shades of Ultramarine #282594

Tints of Ultramarine #282594

Color information

#282594 (or 0x282594) is unknown color: approx Ultramarine. HEX triplet: 28, 25 and 94. RGB value is (40,37,148). Sum of RGB (Red+Green+Blue) = 40+37+148=225 (29% of max value = 765). Red value is 40 (16.02% from 255 or 17.78% from 225); Green value is 37 (14.84% from 255 or 16.44% from 225); Blue value is 148 (58.20% from 255 or 65.78% from 225); Max value from RGB is 148 - color contains mainly: blue. Hex color #282594 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #282594 is #D7DA6B. Grayscale: #323232. Windows color (decimal): -14146156 or 9708840. OLE color: 9708840.

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

Color convert

RGB4037148-
CMYK0.730.7500.42
HSL241.62º60%36.27%-
HSV(B)241.62º75%58.04%-
XYZ6.883.9128.41-
YUV50.55182.99120.47-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 17.78%
GREEN value IS 37 (14.84% from 255) = 16.44%
BLUE value IS 148 (58.20% from 255) = 65.78%
R=17.78%
G=16.44%
B=65.78%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal40371480.730.7500.42241.626036.27
Hex282594494B02Af23c24
Octal50452241111130523627444
Binary1010001001011001010010010011001011010101011110010111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #282594

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #282594; }

 p { color: rgb(40,37,148); }

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

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

 a { background-color: rgb(40,37,148); }

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

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

 span { border-color: rgb(40,37,148); }

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