#343EBC

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

Shades of Persian Blue #343EBC

Tints of Persian Blue #343EBC

Color information

#343EBC (or 0x343EBC) is unknown color: approx Persian Blue. HEX triplet: 34, 3E and BC. RGB value is (52,62,188). Sum of RGB (Red+Green+Blue) = 52+62+188=302 (40% of max value = 765). Red value is 52 (20.70% from 255 or 17.22% from 302); Green value is 62 (24.61% from 255 or 20.53% from 302); Blue value is 188 (73.83% from 255 or 62.25% from 302); Max value from RGB is 188 - color contains mainly: blue. Hex color #343EBC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #343EBC is #CBC143. Grayscale: #484848. Windows color (decimal): -13353284 or 12336692. OLE color: 12336692.

HSL color Cylindrical-coordinate representation of color #343EBC: hue angle of 235.59º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #343EBC is Cyan = 0.72, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB5262188-
CMYK0.720.6700.26
HSL235.59º56.67%47.06%-
HSV(B)235.59º72.34%73.73%-
XYZ12.227.8148.44-
YUV73.37192.69112.75-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 17.22%
GREEN value IS 62 (24.61% from 255) = 20.53%
BLUE value IS 188 (73.83% from 255) = 62.25%
R=17.22%
G=20.53%
B=62.25%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal52621880.720.6700.26235.5956.6747.06
Hex343EBC484301Aec392f
Octal64762741101030323547157
Binary110100111110101111001001000100001101101011101100111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #343EBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,62,188); }

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

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

 a { background-color: rgb(52,62,188); }

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

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

 span { border-color: rgb(52,62,188); }

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