#3301BE

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

Shades of Medium Blue #3301BE

Tints of Medium Blue #3301BE

Color information

#3301BE (or 0x3301BE) is unknown color: approx Medium Blue. HEX triplet: 33, 01 and BE. RGB value is (51,1,190). Sum of RGB (Red+Green+Blue) = 51+1+190=242 (32% of max value = 765). Red value is 51 (20.31% from 255 or 21.07% from 242); Green value is 1 (0.78% from 255 or 0.41% from 242); Blue value is 190 (74.61% from 255 or 78.51% from 242); Max value from RGB is 190 - color contains mainly: blue. Hex color #3301BE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3301BE is #CCFE41. Grayscale: #242424. Windows color (decimal): -13434434 or 12452147. OLE color: 12452147.

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

Color convert

RGB511190-
CMYK0.730.9900.25
HSL255.87º98.95%37.45%-
HSV(B)255.87º99.47%74.51%-
XYZ10.674.4449.01-
YUV37.5214.06137.63-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 21.07%
GREEN value IS 1 (0.78% from 255) = 0.41%
BLUE value IS 190 (74.61% from 255) = 78.51%
R=21.07%
G=0.41%
B=78.51%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal5111900.730.9900.25255.8798.9537.45
Hex331BE49630191006325
Octal63127611114303140014345
Binary110011110111110100100111000110110011000000001100011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3301BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,1,190); }

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

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

 a { background-color: rgb(51,1,190); }

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

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

 span { border-color: rgb(51,1,190); }

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