#343AB6

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

Shades of Persian Blue #343AB6

Tints of Persian Blue #343AB6

Color information

#343AB6 (or 0x343AB6) is unknown color: approx Persian Blue. HEX triplet: 34, 3A and B6. RGB value is (52,58,182). Sum of RGB (Red+Green+Blue) = 52+58+182=292 (38% of max value = 765). Red value is 52 (20.70% from 255 or 17.81% from 292); Green value is 58 (23.05% from 255 or 19.86% from 292); Blue value is 182 (71.48% from 255 or 62.33% from 292); Max value from RGB is 182 - color contains mainly: blue. Hex color #343AB6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #343AB6 is #CBC549. Grayscale: #454545. Windows color (decimal): -13354314 or 11942452. OLE color: 11942452.

HSL color Cylindrical-coordinate representation of color #343AB6: hue angle of 237.23º degrees, saturation: 0.56, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #343AB6 is Cyan = 0.71, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB5258182-
CMYK0.710.6800.29
HSL237.23º55.56%45.88%-
HSV(B)237.23º71.43%71.37%-
XYZ11.377.1345.03-
YUV70.34191.01114.92-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 17.81%
GREEN value IS 58 (23.05% from 255) = 19.86%
BLUE value IS 182 (71.48% from 255) = 62.33%
R=17.81%
G=19.86%
B=62.33%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal52581820.710.6800.29237.2355.5645.88
Hex343AB6474401Ded382e
Octal64722661071040353557056
Binary110100111010101101101000111100010001110111101101111000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #343AB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,58,182); }

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

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

 a { background-color: rgb(52,58,182); }

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

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

 span { border-color: rgb(52,58,182); }

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