#340FCB

Color #340FCB Medium Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Blue #340FCB

Tints of Medium Blue #340FCB

Color information

#340FCB (or 0x340FCB) is unknown color: approx Medium Blue. HEX triplet: 34, 0F and CB. RGB value is (52,15,203). Sum of RGB (Red+Green+Blue) = 52+15+203=270 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.26% from 270); Green value is 15 (6.25% from 255 or 5.56% from 270); Blue value is 203 (79.69% from 255 or 75.19% from 270); Max value from RGB is 203 - color contains mainly: blue. Hex color #340FCB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #340FCB is #CBF034. Grayscale: #2E2E2E. Windows color (decimal): -13365301 or 13307700. OLE color: 13307700.

HSL color Cylindrical-coordinate representation of color #340FCB: hue angle of 251.81º degrees, saturation: 0.86, 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 #340FCB is Cyan = 0.74, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB5215203-
CMYK0.740.9300.20
HSL251.81º86.24%42.75%-
HSV(B)251.81º92.61%79.61%-
XYZ12.375.3856.89-
YUV47.5215.76131.21-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 19.26%
GREEN value IS 15 (6.25% from 255) = 5.56%
BLUE value IS 203 (79.69% from 255) = 75.19%
R=19.26%
G=5.56%
B=75.19%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal52152030.740.9300.20251.8186.2442.75
Hex34FCB4A5D014fc562b
Octal641731311213502437412653
Binary11010011111100101110010101011101010100111111001010110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #340FCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #340FCB;
 }
 .AnyTagClassName
 {
   color: #340FCB;
 }
</style>
background-color css

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

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

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

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

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

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