#2B0FA6

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

Shades of Ultramarine #2B0FA6

Tints of Ultramarine #2B0FA6

Color information

#2B0FA6 (or 0x2B0FA6) is unknown color: approx Ultramarine. HEX triplet: 2B, 0F and A6. RGB value is (43,15,166). Sum of RGB (Red+Green+Blue) = 43+15+166=224 (29% of max value = 765). Red value is 43 (17.19% from 255 or 19.20% from 224); Green value is 15 (6.25% from 255 or 6.70% from 224); Blue value is 166 (65.23% from 255 or 74.11% from 224); Max value from RGB is 166 - color contains mainly: blue. Hex color #2B0FA6 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2B0FA6 is #D4F059. Grayscale: #282828. Windows color (decimal): -13955162 or 10882859. OLE color: 10882859.

HSL color Cylindrical-coordinate representation of color #2B0FA6: hue angle of 251.13º degrees, saturation: 0.83, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2B0FA6 is Cyan = 0.74, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB4315166-
CMYK0.740.9100.35
HSL251.13º83.43%35.49%-
HSV(B)251.13º90.96%65.1%-
XYZ8.053.6136.35-
YUV40.59198.78129.72-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 19.20%
GREEN value IS 15 (6.25% from 255) = 6.70%
BLUE value IS 166 (65.23% from 255) = 74.11%
R=19.20%
G=6.70%
B=74.11%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal43151660.740.9100.35251.1383.4335.49
Hex2BFA64A5B023fb5323
Octal531724611213304337312343
Binary101011111110100110100101010110110100011111110111010011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B0FA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,15,166); }

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

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

 a { background-color: rgb(43,15,166); }

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

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

 span { border-color: rgb(43,15,166); }

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