Html Css Color HEX #3505BF Medium Blue

📋 copy color: '#3505BF'

red 53 ◦ green 5 ◦ blue 191

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

Shades of Medium Blue #3505BF

Tints of Medium Blue #3505BF

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.01%

 BLUE value IS 191 (75% from 255) = 76.71%

R = 21.29%
G = 2.01%
B = 76.71%

CMYK

 C value IS 0.72

 M value IS 0.97

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#3505BF (or 0x3505BF) is known color: Medium Blue. HEX triplet: 35, 05 and BF. RGB value is (53,5,191). Sum of RGB (Red+Green+Blue) = 53+5+191=249 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.29% from 249); Green value is 5 (2.34% from 255 or 2.01% from 249); Blue value is 191 (75% from 255 or 76.71% from 249); Max value from RGB is 191 - color contains mainly: blue. Hex color #3505BF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3505BF is #CAFA40. Grayscale: #272727. Windows color (decimal): -13302337 or 12518709. OLE color: 12518709.

HSL color Cylindrical-coordinate representation of color #3505BF: hue angle of 255.48º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3505BF is Cyan = 0.72, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 53 5 191 -
CMYK 0.72 0.97 0 0.25
HSL 255.48º 0.95% 0.38% -
HSV(B) 255.48º 0.97% 0.75% -
XYZ 10.93 4.63 49.61 -
YUV 40.56 212.9 136.88 -
System Red Green Blue C M Y K H S L
Decimal 53 5 191 0.72 0.97 0 0.25 255.48 0.95 0.38
Hex 35 5 BF 48 61 0 19 FF 5F 26
Octal 65 5 277 110 141 0 31 377 137 46
Binary 110101 101 10111111 1001000 1100001 0 11001 11111111 1011111 100110

Color Harmonies of #3505BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3505BF

Black with #3505BF

Text Example


Text Example

White with #3505BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3505BF; }

 p { color: rgb(53,5,191); }

 H1.HeaderClassName
 {
   color: #3505BF;
 }
 .AnyTagClassName
 {
   color: #3505BF;
 }
</style>

background-color css

<style>
 a { background-color: #3505BF; }

 a { background-color: rgb(53,5,191); }

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

border-color css

<style>
 span { border-color: #3505BF; }

 span { border-color: rgb(53,5,191); }

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