Html Css Color HEX #3500BE Medium Blue

📋 copy color: '#3500BE'

red 53 ◦ green 0 ◦ blue 190

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

Shades of Medium Blue #3500BE

Tints of Medium Blue #3500BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 78.19%

R = 21.81%
G = 0%
B = 78.19%

CMYK

 C value IS 0.72

 M value IS 1

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#3500BE (or 0x3500BE) is known color: Medium Blue. HEX triplet: 35, 00 and BE. RGB value is (53,0,190). Sum of RGB (Red+Green+Blue) = 53+0+190=243 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.81% from 243); Green value is 0 (0.39% from 255 or 0% from 243); Blue value is 190 (74.61% from 255 or 78.19% from 243); Max value from RGB is 190 - color contains mainly: blue. Hex color #3500BE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3500BE is #CAFF41. Grayscale: #242424. Windows color (decimal): -13303618 or 12451893. OLE color: 12451893.

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

Color convert

RGB 53 0 190 -
CMYK 0.72 1 0 0.25
HSL 256.74º 1% 0.37% -
HSV(B) 256.74º 1% 0.75% -
XYZ 10.76 4.47 49.01 -
YUV 37.51 214.06 139.05 -
System Red Green Blue C M Y K H S L
Decimal 53 0 190 0.72 1 0 0.25 256.74 1 0.37
Hex 35 0 BE 48 64 0 19 101 64 25
Octal 65 0 276 110 144 0 31 401 144 45
Binary 110101 0 10111110 1001000 1100100 0 11001 100000001 1100100 100101

Color Harmonies of #3500BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3500BE

Black with #3500BE

Text Example


Text Example

White with #3500BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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