#282595

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

Shades of Ultramarine #282595

Tints of Ultramarine #282595

Color information

#282595 (or 0x282595) is unknown color: approx Ultramarine. HEX triplet: 28, 25 and 95. RGB value is (40,37,149). Sum of RGB (Red+Green+Blue) = 40+37+149=226 (29% of max value = 765). Red value is 40 (16.02% from 255 or 17.70% from 226); Green value is 37 (14.84% from 255 or 16.37% from 226); Blue value is 149 (58.59% from 255 or 65.93% from 226); Max value from RGB is 149 - color contains mainly: blue. Hex color #282595 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #282595 is #D7DA6A. Grayscale: #323232. Windows color (decimal): -14146155 or 9774376. OLE color: 9774376.

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

Color convert

RGB4037149-
CMYK0.730.7500.42
HSL241.61º60.22%36.47%-
HSV(B)241.61º75.17%58.43%-
XYZ6.963.9428.83-
YUV50.66183.49120.39-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 17.70%
GREEN value IS 37 (14.84% from 255) = 16.37%
BLUE value IS 149 (58.59% from 255) = 65.93%
R=17.70%
G=16.37%
B=65.93%

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
Decimal40371490.730.7500.42241.6160.2236.47
Hex282595494B02Af23c24
Octal50452251111130523627444
Binary1010001001011001010110010011001011010101011110010111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #282595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #282595; }

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

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

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

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

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

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

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

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