#343BBD

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

Shades of Persian Blue #343BBD

Tints of Persian Blue #343BBD

Color information

#343BBD (or 0x343BBD) is unknown color: approx Persian Blue. HEX triplet: 34, 3B and BD. RGB value is (52,59,189). Sum of RGB (Red+Green+Blue) = 52+59+189=300 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.33% from 300); Green value is 59 (23.44% from 255 or 19.67% from 300); Blue value is 189 (74.22% from 255 or 63% from 300); Max value from RGB is 189 - color contains mainly: blue. Hex color #343BBD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #343BBD is #CBC442. Grayscale: #474747. Windows color (decimal): -13354051 or 12401460. OLE color: 12401460.

HSL color Cylindrical-coordinate representation of color #343BBD: hue angle of 236.93º 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 #343BBD is Cyan = 0.72, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB5259189-
CMYK0.720.6900.26
HSL236.93º56.85%47.25%-
HSV(B)236.93º72.49%74.12%-
XYZ12.177.5348.96-
YUV71.73194.18113.93-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 17.33%
GREEN value IS 59 (23.44% from 255) = 19.67%
BLUE value IS 189 (74.22% from 255) = 63%
R=17.33%
G=19.67%
B=63%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal52591890.720.6900.26236.9356.8547.25
Hex343BBD484501Aed392f
Octal64732751101050323557157
Binary110100111011101111011001000100010101101011101101111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #343BBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,59,189); }

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

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

 a { background-color: rgb(52,59,189); }

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

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

 span { border-color: rgb(52,59,189); }

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