#2B06AE

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

Shades of Ultramarine #2B06AE

Tints of Ultramarine #2B06AE

Color information

#2B06AE (or 0x2B06AE) is unknown color: approx Ultramarine. HEX triplet: 2B, 06 and AE. RGB value is (43,6,174). Sum of RGB (Red+Green+Blue) = 43+6+174=223 (29% of max value = 765). Red value is 43 (17.19% from 255 or 19.28% from 223); Green value is 6 (2.73% from 255 or 2.69% from 223); Blue value is 174 (68.36% from 255 or 78.03% from 223); Max value from RGB is 174 - color contains mainly: blue. Hex color #2B06AE is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2B06AE is #D4F951. Grayscale: #232323. Windows color (decimal): -13957458 or 11404843. OLE color: 11404843.

HSL color Cylindrical-coordinate representation of color #2B06AE: hue angle of 253.21º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2B06AE is Cyan = 0.75, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB436174-
CMYK0.750.9700.32
HSL253.21º93.33%35.29%-
HSV(B)253.21º96.55%68.24%-
XYZ8.73.740.3-
YUV36.22205.76132.84-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 19.28%
GREEN value IS 6 (2.73% from 255) = 2.69%
BLUE value IS 174 (68.36% from 255) = 78.03%
R=19.28%
G=2.69%
B=78.03%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal4361740.750.9700.32253.2193.3335.29
Hex2B6AE4B61020fd5d23
Octal53625611314104037513543
Binary10101111010101110100101111000010100000111111011011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B06AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2B06AE; }

 p { color: rgb(43,6,174); }

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

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

 a { background-color: rgb(43,6,174); }

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

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

 span { border-color: rgb(43,6,174); }

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