#280EB3

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

Shades of Ultramarine #280EB3

Tints of Ultramarine #280EB3

Color information

#280EB3 (or 0x280EB3) is unknown color: approx Ultramarine. HEX triplet: 28, 0E and B3. RGB value is (40,14,179). Sum of RGB (Red+Green+Blue) = 40+14+179=233 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.17% from 233); Green value is 14 (5.86% from 255 or 6.01% from 233); Blue value is 179 (70.31% from 255 or 76.82% from 233); Max value from RGB is 179 - color contains mainly: blue. Hex color #280EB3 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #280EB3 is #D7F14C. Grayscale: #272727. Windows color (decimal): -14152013 or 11734568. OLE color: 11734568.

HSL color Cylindrical-coordinate representation of color #280EB3: hue angle of 249.45º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #280EB3 is Cyan = 0.78, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB4014179-
CMYK0.780.9200.30
HSL249.45º85.49%37.84%-
HSV(B)249.45º92.18%70.2%-
XYZ9.174.0242.94-
YUV40.58206.11127.58-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 17.17%
GREEN value IS 14 (5.86% from 255) = 6.01%
BLUE value IS 179 (70.31% from 255) = 76.82%
R=17.17%
G=6.01%
B=76.82%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal40141790.780.9200.30249.4585.4937.84
Hex28EB34E5C01Ef95526
Octal501626311613403637112546
Binary10100011101011001110011101011100011110111110011010101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #280EB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #280EB3; }

 p { color: rgb(40,14,179); }

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

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

 a { background-color: rgb(40,14,179); }

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

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

 span { border-color: rgb(40,14,179); }

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