Html Css Color HEX #340FC9 Medium Blue

📋 copy color: '#340FC9'

red 52 ◦ green 15 ◦ blue 201

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

Shades of Medium Blue #340FC9

Tints of Medium Blue #340FC9

RGB

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

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

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

R = 19.4%
G = 5.6%
B = 75%

CMYK

 C value IS 0.74

 M value IS 0.93

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#340FC9 (or 0x340FC9) is known color: Medium Blue. HEX triplet: 34, 0F and C9. RGB value is (52,15,201). Sum of RGB (Red+Green+Blue) = 52+15+201=268 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.40% from 268); Green value is 15 (6.25% from 255 or 5.60% from 268); Blue value is 201 (78.91% from 255 or 75% from 268); Max value from RGB is 201 - color contains mainly: blue. Hex color #340FC9 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #340FC9 is #CBF036. Grayscale: #2E2E2E. Windows color (decimal): -13365303 or 13176628. OLE color: 13176628.

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

Color convert

RGB 52 15 201 -
CMYK 0.74 0.93 0 0.21
HSL 251.94º 0.86% 0.42% -
HSV(B) 251.94º 0.93% 0.79% -
XYZ 12.13 5.29 55.64 -
YUV 47.27 214.76 131.38 -
System Red Green Blue C M Y K H S L
Decimal 52 15 201 0.74 0.93 0 0.21 251.94 0.86 0.42
Hex 34 F C9 4A 5D 0 15 FC 56 2A
Octal 64 17 311 112 135 0 25 374 126 52
Binary 110100 1111 11001001 1001010 1011101 0 10101 11111100 1010110 101010

Color Harmonies of #340FC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #340FC9

Black with #340FC9

Text Example


Text Example

White with #340FC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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