Html Css Color HEX #3705BF Medium Blue

📋 copy color: '#3705BF'

red 55 ◦ green 5 ◦ blue 191

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

Shades of Medium Blue #3705BF

Tints of Medium Blue #3705BF

RGB

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

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

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

R = 21.91%
G = 1.99%
B = 76.1%

CMYK

 C value IS 0.71

 M value IS 0.97

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#3705BF (or 0x3705BF) is known color: Medium Blue. HEX triplet: 37, 05 and BF. RGB value is (55,5,191). Sum of RGB (Red+Green+Blue) = 55+5+191=251 (33% of max value = 765). Red value is 55 (21.88% from 255 or 21.91% from 251); Green value is 5 (2.34% from 255 or 1.99% from 251); Blue value is 191 (75% from 255 or 76.10% from 251); Max value from RGB is 191 - color contains mainly: blue. Hex color #3705BF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3705BF is #C8FA40. Grayscale: #282828. Windows color (decimal): -13171265 or 12518711. OLE color: 12518711.

HSL color Cylindrical-coordinate representation of color #3705BF: hue angle of 256.13º 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 #3705BF is Cyan = 0.71, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 55 5 191 -
CMYK 0.71 0.97 0 0.25
HSL 256.13º 0.95% 0.38% -
HSV(B) 256.13º 0.97% 0.75% -
XYZ 11.03 4.68 49.61 -
YUV 41.15 212.57 137.88 -
System Red Green Blue C M Y K H S L
Decimal 55 5 191 0.71 0.97 0 0.25 256.13 0.95 0.38
Hex 37 5 BF 47 61 0 19 100 5F 26
Octal 67 5 277 107 141 0 31 400 137 46
Binary 110111 101 10111111 1000111 1100001 0 11001 100000000 1011111 100110

Color Harmonies of #3705BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3705BF

Black with #3705BF

Text Example


Text Example

White with #3705BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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