#280394

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

Shades of Ultramarine #280394

Tints of Ultramarine #280394

Color information

#280394 (or 0x280394) is unknown color: approx Ultramarine. HEX triplet: 28, 03 and 94. RGB value is (40,3,148). Sum of RGB (Red+Green+Blue) = 40+3+148=191 (25% of max value = 765). Red value is 40 (16.02% from 255 or 20.94% from 191); Green value is 3 (1.56% from 255 or 1.57% from 191); Blue value is 148 (58.20% from 255 or 77.49% from 191); Max value from RGB is 148 - color contains mainly: blue. Hex color #280394 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #280394 is #D7FC6B. Grayscale: #1E1E1E. Windows color (decimal): -14154860 or 9700136. OLE color: 9700136.

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

Color convert

RGB403148-
CMYK0.730.9800.42
HSL255.31º96.03%29.61%-
HSV(B)255.31º97.97%58.04%-
XYZ6.252.6528.2-
YUV30.59194.26134.71-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 20.94%
GREEN value IS 3 (1.56% from 255) = 1.57%
BLUE value IS 148 (58.20% from 255) = 77.49%
R=20.94%
G=1.57%
B=77.49%

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
Decimal4031480.730.9800.42255.3196.0329.61
Hex28394496202Aff601e
Octal50322411114205237714036
Binary101000111001010010010011100010010101011111111110000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #280394

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #280394; }

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

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

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

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

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

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

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

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