#2806B8

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

Shades of Ultramarine #2806B8

Tints of Ultramarine #2806B8

Color information

#2806B8 (or 0x2806B8) is unknown color: approx Ultramarine. HEX triplet: 28, 06 and B8. RGB value is (40,6,184). Sum of RGB (Red+Green+Blue) = 40+6+184=230 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.39% from 230); Green value is 6 (2.73% from 255 or 2.61% from 230); Blue value is 184 (72.27% from 255 or 80% from 230); Max value from RGB is 184 - color contains mainly: blue. Hex color #2806B8 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2806B8 is #D7F947. Grayscale: #232323. Windows color (decimal): -14154056 or 12060200. OLE color: 12060200.

HSL color Cylindrical-coordinate representation of color #2806B8: hue angle of 251.46º degrees, saturation: 0.94, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2806B8 is Cyan = 0.78, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB406184-
CMYK0.780.9700.28
HSL251.46º93.68%37.25%-
HSV(B)251.46º96.74%72.16%-
XYZ9.594.0445.62-
YUV36.46211.26130.53-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 17.39%
GREEN value IS 6 (2.73% from 255) = 2.61%
BLUE value IS 184 (72.27% from 255) = 80%
R=17.39%
G=2.61%
B=80%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal4061840.780.9700.28251.4693.6837.25
Hex286B84E6101Cfb5e25
Octal50627011614103437313645
Binary1010001101011100010011101100001011100111110111011110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2806B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2806B8; }

 p { color: rgb(40,6,184); }

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

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

 a { background-color: rgb(40,6,184); }

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

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

 span { border-color: rgb(40,6,184); }

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