#2404B7

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

Shades of Medium Blue #2404B7

Tints of Medium Blue #2404B7

Color information

#2404B7 (or 0x2404B7) is unknown color: approx Medium Blue. HEX triplet: 24, 04 and B7. RGB value is (36,4,183). Sum of RGB (Red+Green+Blue) = 36+4+183=223 (29% of max value = 765). Red value is 36 (14.45% from 255 or 16.14% from 223); Green value is 4 (1.95% from 255 or 1.79% from 223); Blue value is 183 (71.88% from 255 or 82.06% from 223); Max value from RGB is 183 - color contains mainly: blue. Hex color #2404B7 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2404B7 is #DBFB48. Grayscale: #212121. Windows color (decimal): -14416713 or 11994148. OLE color: 11994148.

HSL color Cylindrical-coordinate representation of color #2404B7: hue angle of 250.73º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2404B7 is Cyan = 0.80, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB364183-
CMYK0.800.9800.28
HSL250.73º95.72%36.67%-
HSV(B)250.73º97.81%71.76%-
XYZ9.323.8845.06-
YUV33.97212.1129.45-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 16.14%
GREEN value IS 4 (1.95% from 255) = 1.79%
BLUE value IS 183 (71.88% from 255) = 82.06%
R=16.14%
G=1.79%
B=82.06%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal3641830.800.9800.28250.7395.7236.67
Hex244B7506201Cfb6025
Octal44426712014203437314045
Binary1001001001011011110100001100010011100111110111100000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2404B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2404B7; }

 p { color: rgb(36,4,183); }

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

<style>
 a { background-color: #2404B7; }

 a { background-color: rgb(36,4,183); }

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

<style>
 span { border-color: #2404B7; }

 span { border-color: rgb(36,4,183); }

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