Html Css Color HEX #340DC8 Medium Blue

📋 copy color: '#340DC8'

red 52 ◦ green 13 ◦ blue 200

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

Shades of Medium Blue #340DC8

Tints of Medium Blue #340DC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 75.47%

R = 19.62%
G = 4.91%
B = 75.47%

CMYK

 C value IS 0.74

 M value IS 0.94

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#340DC8 (or 0x340DC8) is known color: Medium Blue. HEX triplet: 34, 0D and C8. RGB value is (52,13,200). Sum of RGB (Red+Green+Blue) = 52+13+200=265 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.62% from 265); Green value is 13 (5.47% from 255 or 4.91% from 265); Blue value is 200 (78.52% from 255 or 75.47% from 265); Max value from RGB is 200 - color contains mainly: blue. Hex color #340DC8 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #340DC8 is #CBF237. Grayscale: #2D2D2D. Windows color (decimal): -13365816 or 13110580. OLE color: 13110580.

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

Color convert

RGB 52 13 200 -
CMYK 0.74 0.94 0 0.22
HSL 252.51º 0.88% 0.42% -
HSV(B) 252.51º 0.94% 0.78% -
XYZ 11.99 5.19 55.01 -
YUV 45.98 214.92 132.29 -
System Red Green Blue C M Y K H S L
Decimal 52 13 200 0.74 0.94 0 0.22 252.51 0.88 0.42
Hex 34 D C8 4A 5E 0 16 FD 58 2A
Octal 64 15 310 112 136 0 26 375 130 52
Binary 110100 1101 11001000 1001010 1011110 0 10110 11111101 1011000 101010

Color Harmonies of #340DC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #340DC8

Black with #340DC8

Text Example


Text Example

White with #340DC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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