#2806AA

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

Shades of Ultramarine #2806AA

Tints of Ultramarine #2806AA

Color information

#2806AA (or 0x2806AA) is unknown color: approx Ultramarine. HEX triplet: 28, 06 and AA. RGB value is (40,6,170). Sum of RGB (Red+Green+Blue) = 40+6+170=216 (28% of max value = 765). Red value is 40 (16.02% from 255 or 18.52% from 216); Green value is 6 (2.73% from 255 or 2.78% from 216); Blue value is 170 (66.80% from 255 or 78.70% from 216); Max value from RGB is 170 - color contains mainly: blue. Hex color #2806AA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2806AA is #D7F955. Grayscale: #222222. Windows color (decimal): -14154070 or 11142696. OLE color: 11142696.

HSL color Cylindrical-coordinate representation of color #2806AA: hue angle of 252.44º 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 #2806AA is Cyan = 0.76, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB406170-
CMYK0.760.9600.33
HSL252.44º93.18%34.51%-
HSV(B)252.44º96.47%66.67%-
XYZ8.23.4838.27-
YUV34.86204.26131.66-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 18.52%
GREEN value IS 6 (2.73% from 255) = 2.78%
BLUE value IS 170 (66.80% from 255) = 78.70%
R=18.52%
G=2.78%
B=78.70%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal4061700.760.9600.33252.4493.1834.51
Hex286AA4C60021fc5d23
Octal50625211414004137413543
Binary10100011010101010100110011000000100001111111001011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2806AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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