#3508BD

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

Shades of Medium Blue #3508BD

Tints of Medium Blue #3508BD

Color information

#3508BD (or 0x3508BD) is unknown color: approx Medium Blue. HEX triplet: 35, 08 and BD. RGB value is (53,8,189). Sum of RGB (Red+Green+Blue) = 53+8+189=250 (33% of max value = 765). Red value is 53 (21.09% from 255 or 21.2% from 250); Green value is 8 (3.52% from 255 or 3.2% from 250); Blue value is 189 (74.22% from 255 or 75.6% from 250); Max value from RGB is 189 - color contains mainly: blue. Hex color #3508BD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3508BD is #CAF742. Grayscale: #292929. Windows color (decimal): -13301571 or 12388405. OLE color: 12388405.

HSL color Cylindrical-coordinate representation of color #3508BD: hue angle of 254.92º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3508BD is Cyan = 0.72, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB538189-
CMYK0.720.9600.26
HSL254.92º91.88%38.63%-
HSV(B)254.92º95.77%74.12%-
XYZ10.744.648.47-
YUV42.09210.91135.78-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 21.2%
GREEN value IS 8 (3.52% from 255) = 3.2%
BLUE value IS 189 (74.22% from 255) = 75.6%
R=21.2%
G=3.2%
B=75.6%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal5381890.720.9600.26254.9291.8838.63
Hex358BD486001Aff5c27
Octal651027511014003237713447
Binary11010110001011110110010001100000011010111111111011100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3508BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3508BD; }

 p { color: rgb(53,8,189); }

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

<style>
 a { background-color: #3508BD; }

 a { background-color: rgb(53,8,189); }

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

<style>
 span { border-color: #3508BD; }

 span { border-color: rgb(53,8,189); }

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