#280393

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

Shades of Ultramarine #280393

Tints of Ultramarine #280393

Color information

#280393 (or 0x280393) is unknown color: approx Ultramarine. HEX triplet: 28, 03 and 93. RGB value is (40,3,147). Sum of RGB (Red+Green+Blue) = 40+3+147=190 (25% of max value = 765). Red value is 40 (16.02% from 255 or 21.05% from 190); Green value is 3 (1.56% from 255 or 1.58% from 190); Blue value is 147 (57.81% from 255 or 77.37% from 190); Max value from RGB is 147 - color contains mainly: blue. Hex color #280393 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #280393 is #D7FC6C. Grayscale: #1D1D1D. Windows color (decimal): -14154861 or 9634600. OLE color: 9634600.

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

Color convert

RGB403147-
CMYK0.730.9800.42
HSL255.42º96%29.41%-
HSV(B)255.42º97.96%57.65%-
XYZ6.172.6227.78-
YUV30.48193.76134.79-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 21.05%
GREEN value IS 3 (1.56% from 255) = 1.58%
BLUE value IS 147 (57.81% from 255) = 77.37%
R=21.05%
G=1.58%
B=77.37%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal4031470.730.9800.42255.429629.41
Hex28393496202Aff601d
Octal50322311114205237714035
Binary101000111001001110010011100010010101011111111110000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #280393

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #280393; }

 p { color: rgb(40,3,147); }

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

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

 a { background-color: rgb(40,3,147); }

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

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

 span { border-color: rgb(40,3,147); }

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