Html Css Color HEX #340BBE Medium Blue

📋 copy color: '#340BBE'

red 52 ◦ green 11 ◦ blue 190

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

Shades of Medium Blue #340BBE

Tints of Medium Blue #340BBE

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.35%

 BLUE value IS 190 (74.61% from 255) = 75.1%

R = 20.55%
G = 4.35%
B = 75.1%

CMYK

 C value IS 0.73

 M value IS 0.94

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#340BBE (or 0x340BBE) is known color: Medium Blue. HEX triplet: 34, 0B and BE. RGB value is (52,11,190). Sum of RGB (Red+Green+Blue) = 52+11+190=253 (33% of max value = 765). Red value is 52 (20.70% from 255 or 20.55% from 253); Green value is 11 (4.69% from 255 or 4.35% from 253); Blue value is 190 (74.61% from 255 or 75.10% from 253); Max value from RGB is 190 - color contains mainly: blue. Hex color #340BBE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #340BBE is #CBF441. Grayscale: #2A2A2A. Windows color (decimal): -13366338 or 12454708. OLE color: 12454708.

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

Color convert

RGB 52 11 190 -
CMYK 0.73 0.94 0 0.25
HSL 253.74º 0.89% 0.39% -
HSV(B) 253.74º 0.94% 0.75% -
XYZ 10.83 4.69 49.05 -
YUV 43.67 210.58 133.95 -
System Red Green Blue C M Y K H S L
Decimal 52 11 190 0.73 0.94 0 0.25 253.74 0.89 0.39
Hex 34 B BE 49 5E 0 19 FE 59 27
Octal 64 13 276 111 136 0 31 376 131 47
Binary 110100 1011 10111110 1001001 1011110 0 11001 11111110 1011001 100111

Color Harmonies of #340BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #340BBE

Black with #340BBE

Text Example


Text Example

White with #340BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,11,190); }

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

background-color css

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

 a { background-color: rgb(52,11,190); }

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

border-color css

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

 span { border-color: rgb(52,11,190); }

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