Html Css Color HEX #3500BD Medium Blue

📋 copy color: '#3500BD'

red 53 ◦ green 0 ◦ blue 189

#3500BD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Blue #3500BD

Tints of Medium Blue #3500BD

RGB

 RED value IS 53 (21.09% from 255) = 21.9%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 189 (74.22% from 255) = 78.1%

R = 21.9%
G = 0%
B = 78.1%

CMYK

 C value IS 0.72

 M value IS 1

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#3500BD (or 0x3500BD) is known color: Medium Blue. HEX triplet: 35, 00 and BD. RGB value is (53,0,189). Sum of RGB (Red+Green+Blue) = 53+0+189=242 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.90% from 242); Green value is 0 (0.39% from 255 or 0% from 242); Blue value is 189 (74.22% from 255 or 78.10% from 242); Max value from RGB is 189 - color contains mainly: blue. Hex color #3500BD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3500BD is #CAFF42. Grayscale: #242424. Windows color (decimal): -13303619 or 12386357. OLE color: 12386357.

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

Color convert

RGB 53 0 189 -
CMYK 0.72 1 0 0.26
HSL 256.83º 1% 0.37% -
HSV(B) 256.83º 1% 0.74% -
XYZ 10.65 4.43 48.44 -
YUV 37.39 213.56 139.13 -
System Red Green Blue C M Y K H S L
Decimal 53 0 189 0.72 1 0 0.26 256.83 1 0.37
Hex 35 0 BD 48 64 0 1A 101 64 25
Octal 65 0 275 110 144 0 32 401 144 45
Binary 110101 0 10111101 1001000 1100100 0 11010 100000001 1100100 100101

Color Harmonies of #3500BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3500BD

Black with #3500BD

Text Example


Text Example

White with #3500BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #3500BD;
 }
 .AnyTagClassName
 {
   color: #3500BD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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