Html Css Color HEX #3501BE Medium Blue

📋 copy color: '#3501BE'

red 53 ◦ green 1 ◦ blue 190

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

Shades of Medium Blue #3501BE

Tints of Medium Blue #3501BE

RGB

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

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

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

R = 21.72%
G = 0.41%
B = 77.87%

CMYK

 C value IS 0.72

 M value IS 0.99

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#3501BE (or 0x3501BE) is known color: Medium Blue. HEX triplet: 35, 01 and BE. RGB value is (53,1,190). Sum of RGB (Red+Green+Blue) = 53+1+190=244 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.72% from 244); Green value is 1 (0.78% from 255 or 0.41% from 244); Blue value is 190 (74.61% from 255 or 77.87% from 244); Max value from RGB is 190 - color contains mainly: blue. Hex color #3501BE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3501BE is #CAFE41. Grayscale: #252525. Windows color (decimal): -13303362 or 12452149. OLE color: 12452149.

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

Color convert

RGB 53 1 190 -
CMYK 0.72 0.99 0 0.25
HSL 256.51º 0.99% 0.37% -
HSV(B) 256.51º 0.99% 0.75% -
XYZ 10.77 4.5 49.02 -
YUV 38.09 213.73 138.63 -
System Red Green Blue C M Y K H S L
Decimal 53 1 190 0.72 0.99 0 0.25 256.51 0.99 0.37
Hex 35 1 BE 48 63 0 19 101 63 25
Octal 65 1 276 110 143 0 31 401 143 45
Binary 110101 1 10111110 1001000 1100011 0 11001 100000001 1100011 100101

Color Harmonies of #3501BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3501BE

Black with #3501BE

Text Example


Text Example

White with #3501BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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