Html Css Color HEX #340FBF Medium Blue

📋 copy color: '#340FBF'

red 52 ◦ green 15 ◦ blue 191

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

Shades of Medium Blue #340FBF

Tints of Medium Blue #340FBF

RGB

 RED value IS 52 (20.7% from 255) = 20.16%

 GREEN value IS 15 (6.25% from 255) = 5.81%

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

R = 20.16%
G = 5.81%
B = 74.03%

CMYK

 C value IS 0.73

 M value IS 0.92

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#340FBF (or 0x340FBF) is known color: Medium Blue. HEX triplet: 34, 0F and BF. RGB value is (52,15,191). Sum of RGB (Red+Green+Blue) = 52+15+191=258 (34% of max value = 765). Red value is 52 (20.70% from 255 or 20.16% from 258); Green value is 15 (6.25% from 255 or 5.81% from 258); Blue value is 191 (75% from 255 or 74.03% from 258); Max value from RGB is 191 - color contains mainly: blue. Hex color #340FBF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #340FBF is #CBF040. Grayscale: #2D2D2D. Windows color (decimal): -13365313 or 12521268. OLE color: 12521268.

HSL color Cylindrical-coordinate representation of color #340FBF: hue angle of 252.61º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #340FBF is Cyan = 0.73, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 52 15 191 -
CMYK 0.73 0.92 0 0.25
HSL 252.61º 0.85% 0.4% -
HSV(B) 252.61º 0.92% 0.75% -
XYZ 10.99 4.83 49.64 -
YUV 46.13 209.76 132.19 -
System Red Green Blue C M Y K H S L
Decimal 52 15 191 0.73 0.92 0 0.25 252.61 0.85 0.4
Hex 34 F BF 49 5C 0 19 FD 55 28
Octal 64 17 277 111 134 0 31 375 125 50
Binary 110100 1111 10111111 1001001 1011100 0 11001 11111101 1010101 101000

Color Harmonies of #340FBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #340FBF

Black with #340FBF

Text Example


Text Example

White with #340FBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #340FBF; }

 p { color: rgb(52,15,191); }

 H1.HeaderClassName
 {
   color: #340FBF;
 }
 .AnyTagClassName
 {
   color: #340FBF;
 }
</style>

background-color css

<style>
 a { background-color: #340FBF; }

 a { background-color: rgb(52,15,191); }

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

border-color css

<style>
 span { border-color: #340FBF; }

 span { border-color: rgb(52,15,191); }

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