#350BC7

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

Shades of Medium Blue #350BC7

Tints of Medium Blue #350BC7

Color information

#350BC7 (or 0x350BC7) is unknown color: approx Medium Blue. HEX triplet: 35, 0B and C7. RGB value is (53,11,199). Sum of RGB (Red+Green+Blue) = 53+11+199=263 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.15% from 263); Green value is 11 (4.69% from 255 or 4.18% from 263); Blue value is 199 (78.12% from 255 or 75.67% from 263); Max value from RGB is 199 - color contains mainly: blue. Hex color #350BC7 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #350BC7 is #CAF438. Grayscale: #2C2C2C. Windows color (decimal): -13300793 or 13044533. OLE color: 13044533.

HSL color Cylindrical-coordinate representation of color #350BC7: hue angle of 253.4º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #350BC7 is Cyan = 0.73, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB5311199-
CMYK0.730.9400.22
HSL253.4º89.52%41.18%-
HSV(B)253.4º94.47%78.04%-
XYZ11.95.1254.39-
YUV44.99214.91133.71-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 20.15%
GREEN value IS 11 (4.69% from 255) = 4.18%
BLUE value IS 199 (78.12% from 255) = 75.67%
R=20.15%
G=4.18%
B=75.67%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal53111990.730.9400.22253.489.5241.18
Hex35BC7495E016fd5a29
Octal651330711113602637513251
Binary11010110111100011110010011011110010110111111011011010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #350BC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #350BC7; }

 p { color: rgb(53,11,199); }

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

<style>
 a { background-color: #350BC7; }

 a { background-color: rgb(53,11,199); }

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

<style>
 span { border-color: #350BC7; }

 span { border-color: rgb(53,11,199); }

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