#2B0EB5

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

Shades of Ultramarine #2B0EB5

Tints of Ultramarine #2B0EB5

Color information

#2B0EB5 (or 0x2B0EB5) is unknown color: approx Ultramarine. HEX triplet: 2B, 0E and B5. RGB value is (43,14,181). Sum of RGB (Red+Green+Blue) = 43+14+181=238 (31% of max value = 765). Red value is 43 (17.19% from 255 or 18.07% from 238); Green value is 14 (5.86% from 255 or 5.88% from 238); Blue value is 181 (71.09% from 255 or 76.05% from 238); Max value from RGB is 181 - color contains mainly: blue. Hex color #2B0EB5 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2B0EB5 is #D4F14A. Grayscale: #292929. Windows color (decimal): -13955403 or 11865643. OLE color: 11865643.

HSL color Cylindrical-coordinate representation of color #2B0EB5: hue angle of 250.42º degrees, saturation: 0.86, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2B0EB5 is Cyan = 0.76, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB4314181-
CMYK0.760.9200.29
HSL250.42º85.64%38.24%-
HSV(B)250.42º92.27%70.98%-
XYZ9.494.1644.02-
YUV41.71206.61128.92-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 18.07%
GREEN value IS 14 (5.86% from 255) = 5.88%
BLUE value IS 181 (71.09% from 255) = 76.05%
R=18.07%
G=5.88%
B=76.05%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal43141810.760.9200.29250.4285.6438.24
Hex2BEB54C5C01Dfa5626
Octal531626511413403537212646
Binary10101111101011010110011001011100011101111110101010110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B0EB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,14,181); }

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

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

 a { background-color: rgb(43,14,181); }

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

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

 span { border-color: rgb(43,14,181); }

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