#2806AB

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

Shades of Ultramarine #2806AB

Tints of Ultramarine #2806AB

Color information

#2806AB (or 0x2806AB) is unknown color: approx Ultramarine. HEX triplet: 28, 06 and AB. RGB value is (40,6,171). Sum of RGB (Red+Green+Blue) = 40+6+171=217 (28% of max value = 765). Red value is 40 (16.02% from 255 or 18.43% from 217); Green value is 6 (2.73% from 255 or 2.76% from 217); Blue value is 171 (67.19% from 255 or 78.80% from 217); Max value from RGB is 171 - color contains mainly: blue. Hex color #2806AB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2806AB is #D7F954. Grayscale: #222222. Windows color (decimal): -14154069 or 11208232. OLE color: 11208232.

HSL color Cylindrical-coordinate representation of color #2806AB: hue angle of 252.36º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2806AB is Cyan = 0.77, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB406171-
CMYK0.770.9600.33
HSL252.36º93.22%34.71%-
HSV(B)252.36º96.49%67.06%-
XYZ8.293.5238.77-
YUV34.98204.76131.58-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 18.43%
GREEN value IS 6 (2.73% from 255) = 2.76%
BLUE value IS 171 (67.19% from 255) = 78.80%
R=18.43%
G=2.76%
B=78.80%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal4061710.770.9600.33252.3693.2234.71
Hex286AB4D60021fc5d23
Octal50625311514004137413543
Binary10100011010101011100110111000000100001111111001011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2806AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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