#2B0BBD

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

Shades of Medium Blue #2B0BBD

Tints of Medium Blue #2B0BBD

Color information

#2B0BBD (or 0x2B0BBD) is unknown color: approx Medium Blue. HEX triplet: 2B, 0B and BD. RGB value is (43,11,189). Sum of RGB (Red+Green+Blue) = 43+11+189=243 (32% of max value = 765). Red value is 43 (17.19% from 255 or 17.70% from 243); Green value is 11 (4.69% from 255 or 4.53% from 243); Blue value is 189 (74.22% from 255 or 77.78% from 243); Max value from RGB is 189 - color contains mainly: blue. Hex color #2B0BBD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2B0BBD is #D4F442. Grayscale: #282828. Windows color (decimal): -13956163 or 12389163. OLE color: 12389163.

HSL color Cylindrical-coordinate representation of color #2B0BBD: hue angle of 250.79º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #2B0BBD is Cyan = 0.77, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB4311189-
CMYK0.770.9400.26
HSL250.79º89%39.22%-
HSV(B)250.79º94.18%74.12%-
XYZ10.34.4348.46-
YUV40.86211.6129.53-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 17.70%
GREEN value IS 11 (4.69% from 255) = 4.53%
BLUE value IS 189 (74.22% from 255) = 77.78%
R=17.70%
G=4.53%
B=77.78%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal43111890.770.9400.26250.798939.22
Hex2BBBD4D5E01Afb5927
Octal531327511513603237313147
Binary10101110111011110110011011011110011010111110111011001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B0BBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,11,189); }

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

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

 a { background-color: rgb(43,11,189); }

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

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

 span { border-color: rgb(43,11,189); }

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