#2B18AF

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

Shades of Ultramarine #2B18AF

Tints of Ultramarine #2B18AF

Color information

#2B18AF (or 0x2B18AF) is unknown color: approx Ultramarine. HEX triplet: 2B, 18 and AF. RGB value is (43,24,175). Sum of RGB (Red+Green+Blue) = 43+24+175=242 (32% of max value = 765). Red value is 43 (17.19% from 255 or 17.77% from 242); Green value is 24 (9.77% from 255 or 9.92% from 242); Blue value is 175 (68.75% from 255 or 72.31% from 242); Max value from RGB is 175 - color contains mainly: blue. Hex color #2B18AF is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2B18AF is #D4E750. Grayscale: #2E2E2E. Windows color (decimal): -13952849 or 11474987. OLE color: 11474987.

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

Color convert

RGB4324175-
CMYK0.750.8600.31
HSL247.55º75.88%39.02%-
HSV(B)247.55º86.29%68.63%-
XYZ9.064.2640.9-
YUV46.9200.29125.22-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 17.77%
GREEN value IS 24 (9.77% from 255) = 9.92%
BLUE value IS 175 (68.75% from 255) = 72.31%
R=17.77%
G=9.92%
B=72.31%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal43241750.750.8600.31247.5575.8839.02
Hex2B18AF4B5601Ff84c27
Octal533025711312603737011447
Binary101011110001010111110010111010110011111111110001001100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B18AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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