#2B00CB

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

Shades of Medium Blue #2B00CB

Tints of Medium Blue #2B00CB

Color information

#2B00CB (or 0x2B00CB) is unknown color: approx Medium Blue. HEX triplet: 2B, 00 and CB. RGB value is (43,0,203). Sum of RGB (Red+Green+Blue) = 43+0+203=246 (32% of max value = 765). Red value is 43 (17.19% from 255 or 17.48% from 246); Green value is 0 (0.39% from 255 or 0% from 246); Blue value is 203 (79.69% from 255 or 82.52% from 246); Max value from RGB is 203 - color contains mainly: blue. Hex color #2B00CB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2B00CB is #D4FF34. Grayscale: #232323. Windows color (decimal): -13958965 or 13303851. OLE color: 13303851.

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

Color convert

RGB430203-
CMYK0.79100.20
HSL252.71º100%39.8%-
HSV(B)252.71º100%79.61%-
XYZ11.784.8356.81-
YUV36222.25132.99-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 17.48%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 203 (79.69% from 255) = 82.52%
R=17.48%
G=0%
B=82.52%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal4302030.79100.20252.7110039.8
Hex2B0CB4F64014fd6428
Octal53031311714402437514450
Binary10101101100101110011111100100010100111111011100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B00CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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