#2C04BE

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

Shades of Medium Blue #2C04BE

Tints of Medium Blue #2C04BE

Color information

#2C04BE (or 0x2C04BE) is unknown color: approx Medium Blue. HEX triplet: 2C, 04 and BE. RGB value is (44,4,190). Sum of RGB (Red+Green+Blue) = 44+4+190=238 (31% of max value = 765). Red value is 44 (17.58% from 255 or 18.49% from 238); Green value is 4 (1.95% from 255 or 1.68% from 238); Blue value is 190 (74.61% from 255 or 79.83% from 238); Max value from RGB is 190 - color contains mainly: blue. Hex color #2C04BE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2C04BE is #D3FB41. Grayscale: #242424. Windows color (decimal): -13892418 or 12452908. OLE color: 12452908.

HSL color Cylindrical-coordinate representation of color #2C04BE: hue angle of 252.9º 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 #2C04BE is Cyan = 0.77, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB444190-
CMYK0.770.9800.25
HSL252.9º95.88%38.04%-
HSV(B)252.9º97.89%74.51%-
XYZ10.384.3449.01-
YUV37.16214.25132.88-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 18.49%
GREEN value IS 4 (1.95% from 255) = 1.68%
BLUE value IS 190 (74.61% from 255) = 79.83%
R=18.49%
G=1.68%
B=79.83%

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
Decimal4441900.770.9800.25252.995.8838.04
Hex2C4BE4D62019fd6026
Octal54427611514203137514046
Binary1011001001011111010011011100010011001111111011100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C04BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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