Html Css Color HEX #340DC9 Medium Blue

📋 copy color: '#340DC9'

red 52 ◦ green 13 ◦ blue 201

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

Shades of Medium Blue #340DC9

Tints of Medium Blue #340DC9

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.89%

 BLUE value IS 201 (78.91% from 255) = 75.56%

R = 19.55%
G = 4.89%
B = 75.56%

CMYK

 C value IS 0.74

 M value IS 0.94

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#340DC9 (or 0x340DC9) is known color: Medium Blue. HEX triplet: 34, 0D and C9. RGB value is (52,13,201). Sum of RGB (Red+Green+Blue) = 52+13+201=266 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.55% from 266); Green value is 13 (5.47% from 255 or 4.89% from 266); Blue value is 201 (78.91% from 255 or 75.56% from 266); Max value from RGB is 201 - color contains mainly: blue. Hex color #340DC9 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #340DC9 is #CBF236. Grayscale: #2D2D2D. Windows color (decimal): -13365815 or 13176116. OLE color: 13176116.

HSL color Cylindrical-coordinate representation of color #340DC9: hue angle of 252.45º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #340DC9 is Cyan = 0.74, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 52 13 201 -
CMYK 0.74 0.94 0 0.21
HSL 252.45º 0.88% 0.42% -
HSV(B) 252.45º 0.94% 0.79% -
XYZ 12.1 5.23 55.63 -
YUV 46.09 215.42 132.21 -
System Red Green Blue C M Y K H S L
Decimal 52 13 201 0.74 0.94 0 0.21 252.45 0.88 0.42
Hex 34 D C9 4A 5E 0 15 FC 58 2A
Octal 64 15 311 112 136 0 25 374 130 52
Binary 110100 1101 11001001 1001010 1011110 0 10101 11111100 1011000 101010

Color Harmonies of #340DC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #340DC9

Black with #340DC9

Text Example


Text Example

White with #340DC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,13,201); }

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

background-color css

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

 a { background-color: rgb(52,13,201); }

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

border-color css

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

 span { border-color: rgb(52,13,201); }

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