Html Css Color HEX #340ECB Medium Blue

📋 copy color: '#340ECB'

red 52 ◦ green 14 ◦ blue 203

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

Shades of Medium Blue #340ECB

Tints of Medium Blue #340ECB

RGB

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

 GREEN value IS 14 (5.86% from 255) = 5.2%

 BLUE value IS 203 (79.69% from 255) = 75.46%

R = 19.33%
G = 5.2%
B = 75.46%

CMYK

 C value IS 0.74

 M value IS 0.93

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#340ECB (or 0x340ECB) is known color: Medium Blue. HEX triplet: 34, 0E and CB. RGB value is (52,14,203). Sum of RGB (Red+Green+Blue) = 52+14+203=269 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.33% from 269); Green value is 14 (5.86% from 255 or 5.20% from 269); Blue value is 203 (79.69% from 255 or 75.46% from 269); Max value from RGB is 203 - color contains mainly: blue. Hex color #340ECB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #340ECB is #CBF134. Grayscale: #2E2E2E. Windows color (decimal): -13365557 or 13307444. OLE color: 13307444.

HSL color Cylindrical-coordinate representation of color #340ECB: hue angle of 252.06º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #340ECB is Cyan = 0.74, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 52 14 203 -
CMYK 0.74 0.93 0 0.20
HSL 252.06º 0.87% 0.43% -
HSV(B) 252.06º 0.93% 0.8% -
XYZ 12.35 5.36 56.88 -
YUV 46.91 216.09 131.63 -
System Red Green Blue C M Y K H S L
Decimal 52 14 203 0.74 0.93 0 0.20 252.06 0.87 0.43
Hex 34 E CB 4A 5D 0 14 FC 57 2B
Octal 64 16 313 112 135 0 24 374 127 53
Binary 110100 1110 11001011 1001010 1011101 0 10100 11111100 1010111 101011

Color Harmonies of #340ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #340ECB

Black with #340ECB

Text Example


Text Example

White with #340ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,14,203); }

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

background-color css

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

 a { background-color: rgb(52,14,203); }

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

border-color css

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

 span { border-color: rgb(52,14,203); }

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