#2B0DCB

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

Shades of Medium Blue #2B0DCB

Tints of Medium Blue #2B0DCB

Color information

#2B0DCB (or 0x2B0DCB) is unknown color: approx Medium Blue. HEX triplet: 2B, 0D and CB. RGB value is (43,13,203). Sum of RGB (Red+Green+Blue) = 43+13+203=259 (34% of max value = 765). Red value is 43 (17.19% from 255 or 16.60% from 259); Green value is 13 (5.47% from 255 or 5.02% from 259); Blue value is 203 (79.69% from 255 or 78.38% from 259); Max value from RGB is 203 - color contains mainly: blue. Hex color #2B0DCB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2B0DCB is #D4F234. Grayscale: #2A2A2A. Windows color (decimal): -13955637 or 13307179. OLE color: 13307179.

HSL color Cylindrical-coordinate representation of color #2B0DCB: hue angle of 249.47º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #2B0DCB is Cyan = 0.79, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB4313203-
CMYK0.790.9400.20
HSL249.47º87.96%42.35%-
HSV(B)249.47º93.6%79.61%-
XYZ11.925.1156.86-
YUV43.63217.94127.55-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 16.60%
GREEN value IS 13 (5.47% from 255) = 5.02%
BLUE value IS 203 (79.69% from 255) = 78.38%
R=16.60%
G=5.02%
B=78.38%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal43132030.790.9400.20249.4787.9642.35
Hex2BDCB4F5E014f9582a
Octal531531311713602437113052
Binary10101111011100101110011111011110010100111110011011000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B0DCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,13,203); }

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

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

 a { background-color: rgb(43,13,203); }

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

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

 span { border-color: rgb(43,13,203); }

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