#2B04BE

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

Shades of Medium Blue #2B04BE

Tints of Medium Blue #2B04BE

Color information

#2B04BE (or 0x2B04BE) is unknown color: approx Medium Blue. HEX triplet: 2B, 04 and BE. RGB value is (43,4,190). Sum of RGB (Red+Green+Blue) = 43+4+190=237 (31% of max value = 765). Red value is 43 (17.19% from 255 or 18.14% from 237); Green value is 4 (1.95% from 255 or 1.69% from 237); Blue value is 190 (74.61% from 255 or 80.17% from 237); Max value from RGB is 190 - color contains mainly: blue. Hex color #2B04BE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2B04BE is #D4FB41. Grayscale: #242424. Windows color (decimal): -13957954 or 12452907. OLE color: 12452907.

HSL color Cylindrical-coordinate representation of color #2B04BE: hue angle of 252.58º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2B04BE is Cyan = 0.77, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB434190-
CMYK0.770.9800.25
HSL252.58º95.88%38.04%-
HSV(B)252.58º97.89%74.51%-
XYZ10.334.3249-
YUV36.86214.42132.38-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 18.14%
GREEN value IS 4 (1.95% from 255) = 1.69%
BLUE value IS 190 (74.61% from 255) = 80.17%
R=18.14%
G=1.69%
B=80.17%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal4341900.770.9800.25252.5895.8838.04
Hex2B4BE4D62019fd6026
Octal53427611514203137514046
Binary1010111001011111010011011100010011001111111011100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B04BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,4,190); }

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

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

 a { background-color: rgb(43,4,190); }

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

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

 span { border-color: rgb(43,4,190); }

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