#282598

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

Shades of Ultramarine #282598

Tints of Ultramarine #282598

Color information

#282598 (or 0x282598) is unknown color: approx Ultramarine. HEX triplet: 28, 25 and 98. RGB value is (40,37,152). Sum of RGB (Red+Green+Blue) = 40+37+152=229 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.47% from 229); Green value is 37 (14.84% from 255 or 16.16% from 229); Blue value is 152 (59.77% from 255 or 66.38% from 229); Max value from RGB is 152 - color contains mainly: blue. Hex color #282598 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #282598 is #D7DA67. Grayscale: #323232. Windows color (decimal): -14146152 or 9970984. OLE color: 9970984.

HSL color Cylindrical-coordinate representation of color #282598: hue angle of 241.57º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #282598 is Cyan = 0.74, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB4037152-
CMYK0.740.7600.40
HSL241.57º60.85%37.06%-
HSV(B)241.57º75.66%59.61%-
XYZ7.24.0430.11-
YUV51.01184.99120.15-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 17.47%
GREEN value IS 37 (14.84% from 255) = 16.16%
BLUE value IS 152 (59.77% from 255) = 66.38%
R=17.47%
G=16.16%
B=66.38%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal40371520.740.7600.40241.5760.8537.06
Hex2825984A4C028f23d25
Octal50452301121140503627545
Binary1010001001011001100010010101001100010100011110010111101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #282598

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #282598; }

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

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

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

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

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

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

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

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