Html Css Color HEX #3504BF Medium Blue

📋 copy color: '#3504BF'

red 53 ◦ green 4 ◦ blue 191

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

Shades of Medium Blue #3504BF

Tints of Medium Blue #3504BF

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.61%

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

R = 21.37%
G = 1.61%
B = 77.02%

CMYK

 C value IS 0.72

 M value IS 0.98

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#3504BF (or 0x3504BF) is known color: Medium Blue. HEX triplet: 35, 04 and BF. RGB value is (53,4,191). Sum of RGB (Red+Green+Blue) = 53+4+191=248 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.37% from 248); Green value is 4 (1.95% from 255 or 1.61% from 248); Blue value is 191 (75% from 255 or 77.02% from 248); Max value from RGB is 191 - color contains mainly: blue. Hex color #3504BF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3504BF is #CAFB40. Grayscale: #272727. Windows color (decimal): -13302593 or 12518453. OLE color: 12518453.

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

Color convert

RGB 53 4 191 -
CMYK 0.72 0.98 0 0.25
HSL 255.72º 0.96% 0.38% -
HSV(B) 255.72º 0.98% 0.75% -
XYZ 10.92 4.61 49.6 -
YUV 39.97 213.23 137.29 -
System Red Green Blue C M Y K H S L
Decimal 53 4 191 0.72 0.98 0 0.25 255.72 0.96 0.38
Hex 35 4 BF 48 62 0 19 100 60 26
Octal 65 4 277 110 142 0 31 400 140 46
Binary 110101 100 10111111 1001000 1100010 0 11001 100000000 1100000 100110

Color Harmonies of #3504BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3504BF

Black with #3504BF

Text Example


Text Example

White with #3504BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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