Html Css Color HEX #3501BD Medium Blue

📋 copy color: '#3501BD'

red 53 ◦ green 1 ◦ blue 189

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

Shades of Medium Blue #3501BD

Tints of Medium Blue #3501BD

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.41%

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

R = 21.81%
G = 0.41%
B = 77.78%

CMYK

 C value IS 0.72

 M value IS 0.99

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#3501BD (or 0x3501BD) is known color: Medium Blue. HEX triplet: 35, 01 and BD. RGB value is (53,1,189). Sum of RGB (Red+Green+Blue) = 53+1+189=243 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.81% from 243); Green value is 1 (0.78% from 255 or 0.41% from 243); Blue value is 189 (74.22% from 255 or 77.78% from 243); Max value from RGB is 189 - color contains mainly: blue. Hex color #3501BD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3501BD is #CAFE42. Grayscale: #252525. Windows color (decimal): -13303363 or 12386613. OLE color: 12386613.

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

Color convert

RGB 53 1 189 -
CMYK 0.72 0.99 0 0.26
HSL 256.6º 0.99% 0.37% -
HSV(B) 256.6º 0.99% 0.74% -
XYZ 10.66 4.45 48.44 -
YUV 37.98 213.23 138.71 -
System Red Green Blue C M Y K H S L
Decimal 53 1 189 0.72 0.99 0 0.26 256.6 0.99 0.37
Hex 35 1 BD 48 63 0 1A 101 63 25
Octal 65 1 275 110 143 0 32 401 143 45
Binary 110101 1 10111101 1001000 1100011 0 11010 100000001 1100011 100101

Color Harmonies of #3501BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3501BD

Black with #3501BD

Text Example


Text Example

White with #3501BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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