#3600BE

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

Shades of Medium Blue #3600BE

Tints of Medium Blue #3600BE

Color information

#3600BE (or 0x3600BE) is unknown color: approx Medium Blue. HEX triplet: 36, 00 and BE. RGB value is (54,0,190). Sum of RGB (Red+Green+Blue) = 54+0+190=244 (32% of max value = 765). Red value is 54 (21.48% from 255 or 22.13% from 244); Green value is 0 (0.39% from 255 or 0% from 244); Blue value is 190 (74.61% from 255 or 77.87% from 244); Max value from RGB is 190 - color contains mainly: blue. Hex color #3600BE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3600BE is #C9FF41. Grayscale: #252525. Windows color (decimal): -13238082 or 12451894. OLE color: 12451894.

HSL color Cylindrical-coordinate representation of color #3600BE: hue angle of 257.05º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3600BE is Cyan = 0.72, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB540190-
CMYK0.72100.25
HSL257.05º100%37.25%-
HSV(B)257.05º100%74.51%-
XYZ10.824.549.01-
YUV37.81213.89139.55-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 22.13%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 190 (74.61% from 255) = 77.87%
R=22.13%
G=0%
B=77.87%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal5401900.72100.25257.0510037.25
Hex360BE48640191016425
Octal66027611014403140114445
Binary110110010111110100100011001000110011000000011100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3600BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3600BE; }

 p { color: rgb(54,0,190); }

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

<style>
 a { background-color: #3600BE; }

 a { background-color: rgb(54,0,190); }

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

<style>
 span { border-color: #3600BE; }

 span { border-color: rgb(54,0,190); }

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