#343EBB

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

Shades of Persian Blue #343EBB

Tints of Persian Blue #343EBB

Color information

#343EBB (or 0x343EBB) is unknown color: approx Persian Blue. HEX triplet: 34, 3E and BB. RGB value is (52,62,187). Sum of RGB (Red+Green+Blue) = 52+62+187=301 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.28% from 301); Green value is 62 (24.61% from 255 or 20.60% from 301); Blue value is 187 (73.44% from 255 or 62.13% from 301); Max value from RGB is 187 - color contains mainly: blue. Hex color #343EBB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #343EBB is #CBC144. Grayscale: #484848. Windows color (decimal): -13353285 or 12271156. OLE color: 12271156.

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

Color convert

RGB5262187-
CMYK0.720.6700.27
HSL235.56º56.49%46.86%-
HSV(B)235.56º72.19%73.33%-
XYZ12.117.7647.87-
YUV73.26192.19112.84-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 17.28%
GREEN value IS 62 (24.61% from 255) = 20.60%
BLUE value IS 187 (73.44% from 255) = 62.13%
R=17.28%
G=20.60%
B=62.13%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal52621870.720.6700.27235.5656.4946.86
Hex343EBB484301Bec382f
Octal64762731101030333547057
Binary110100111110101110111001000100001101101111101100111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #343EBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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