#2B0FAF

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

Shades of Ultramarine #2B0FAF

Tints of Ultramarine #2B0FAF

Color information

#2B0FAF (or 0x2B0FAF) is unknown color: approx Ultramarine. HEX triplet: 2B, 0F and AF. RGB value is (43,15,175). Sum of RGB (Red+Green+Blue) = 43+15+175=233 (30% of max value = 765). Red value is 43 (17.19% from 255 or 18.45% from 233); Green value is 15 (6.25% from 255 or 6.44% from 233); Blue value is 175 (68.75% from 255 or 75.11% from 233); Max value from RGB is 175 - color contains mainly: blue. Hex color #2B0FAF is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2B0FAF is #D4F050. Grayscale: #292929. Windows color (decimal): -13955153 or 11472683. OLE color: 11472683.

HSL color Cylindrical-coordinate representation of color #2B0FAF: hue angle of 250.5º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2B0FAF is Cyan = 0.75, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB4315175-
CMYK0.750.9100.31
HSL250.5º84.21%37.25%-
HSV(B)250.5º91.43%68.63%-
XYZ8.93.9540.85-
YUV41.61203.28128.99-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 18.45%
GREEN value IS 15 (6.25% from 255) = 6.44%
BLUE value IS 175 (68.75% from 255) = 75.11%
R=18.45%
G=6.44%
B=75.11%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal43151750.750.9100.31250.584.2137.25
Hex2BFAF4B5B01Ffa5425
Octal531725711313303737212445
Binary10101111111010111110010111011011011111111110101010100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B0FAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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