#343DBE

Color #343DBE Persian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Blue #343DBE

Tints of Persian Blue #343DBE

Color information

#343DBE (or 0x343DBE) is unknown color: approx Persian Blue. HEX triplet: 34, 3D and BE. RGB value is (52,61,190). Sum of RGB (Red+Green+Blue) = 52+61+190=303 (40% of max value = 765). Red value is 52 (20.70% from 255 or 17.16% from 303); Green value is 61 (24.22% from 255 or 20.13% from 303); Blue value is 190 (74.61% from 255 or 62.71% from 303); Max value from RGB is 190 - color contains mainly: blue. Hex color #343DBE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #343DBE is #CBC241. Grayscale: #484848. Windows color (decimal): -13353538 or 12467508. OLE color: 12467508.

HSL color Cylindrical-coordinate representation of color #343DBE: hue angle of 236.09º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #343DBE is Cyan = 0.73, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB5261190-
CMYK0.730.6800.25
HSL236.09º57.02%47.45%-
HSV(B)236.09º72.63%74.51%-
XYZ12.387.7949.57-
YUV73.02194.02113.01-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 17.16%
GREEN value IS 61 (24.22% from 255) = 20.13%
BLUE value IS 190 (74.61% from 255) = 62.71%
R=17.16%
G=20.13%
B=62.71%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal52611900.730.6800.25236.0957.0247.45
Hex343DBE4944019ec392f
Octal64752761111040313547157
Binary110100111101101111101001001100010001100111101100111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #343DBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #343DBE; }

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

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

<style>
 a { background-color: #343DBE; }

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

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

<style>
 span { border-color: #343DBE; }

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

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