Html Css Color HEX #3701BD Medium Blue

📋 copy color: '#3701BD'

red 55 ◦ green 1 ◦ blue 189

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

Shades of Medium Blue #3701BD

Tints of Medium Blue #3701BD

RGB

 RED value IS 55 (21.88% from 255) = 22.45%

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

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

R = 22.45%
G = 0.41%
B = 77.14%

CMYK

 C value IS 0.71

 M value IS 0.99

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#3701BD (or 0x3701BD) is known color: Medium Blue. HEX triplet: 37, 01 and BD. RGB value is (55,1,189). Sum of RGB (Red+Green+Blue) = 55+1+189=245 (32% of max value = 765). Red value is 55 (21.88% from 255 or 22.45% from 245); Green value is 1 (0.78% from 255 or 0.41% from 245); Blue value is 189 (74.22% from 255 or 77.14% from 245); Max value from RGB is 189 - color contains mainly: blue. Hex color #3701BD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3701BD is #C8FE42. Grayscale: #252525. Windows color (decimal): -13172291 or 12386615. OLE color: 12386615.

HSL color Cylindrical-coordinate representation of color #3701BD: hue angle of 257.23º 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 #3701BD is Cyan = 0.71, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 55 1 189 -
CMYK 0.71 0.99 0 0.26
HSL 257.23º 0.99% 0.37% -
HSV(B) 257.23º 0.99% 0.74% -
XYZ 10.77 4.51 48.45 -
YUV 38.58 212.89 139.71 -
System Red Green Blue C M Y K H S L
Decimal 55 1 189 0.71 0.99 0 0.26 257.23 0.99 0.37
Hex 37 1 BD 47 63 0 1A 101 63 25
Octal 67 1 275 107 143 0 32 401 143 45
Binary 110111 1 10111101 1000111 1100011 0 11010 100000001 1100011 100101

Color Harmonies of #3701BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3701BD

Black with #3701BD

Text Example


Text Example

White with #3701BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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