#2B0CB7

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

Shades of Ultramarine #2B0CB7

Tints of Ultramarine #2B0CB7

Color information

#2B0CB7 (or 0x2B0CB7) is unknown color: approx Ultramarine. HEX triplet: 2B, 0C and B7. RGB value is (43,12,183). Sum of RGB (Red+Green+Blue) = 43+12+183=238 (31% of max value = 765). Red value is 43 (17.19% from 255 or 18.07% from 238); Green value is 12 (5.08% from 255 or 5.04% from 238); Blue value is 183 (71.88% from 255 or 76.89% from 238); Max value from RGB is 183 - color contains mainly: blue. Hex color #2B0CB7 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2B0CB7 is #D4F348. Grayscale: #282828. Windows color (decimal): -13955913 or 11996203. OLE color: 11996203.

HSL color Cylindrical-coordinate representation of color #2B0CB7: hue angle of 250.88º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2B0CB7 is Cyan = 0.77, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB4312183-
CMYK0.770.9300.28
HSL250.88º87.69%38.24%-
HSV(B)250.88º93.44%71.76%-
XYZ9.674.245.1-
YUV40.76208.27129.6-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 18.07%
GREEN value IS 12 (5.08% from 255) = 5.04%
BLUE value IS 183 (71.88% from 255) = 76.89%
R=18.07%
G=5.04%
B=76.89%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal43121830.770.9300.28250.8887.6938.24
Hex2BCB74D5D01Cfb5826
Octal531426711513503437313046
Binary10101111001011011110011011011101011100111110111011000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B0CB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,12,183); }

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

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

 a { background-color: rgb(43,12,183); }

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

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

 span { border-color: rgb(43,12,183); }

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