#343AB8

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

Shades of Persian Blue #343AB8

Tints of Persian Blue #343AB8

Color information

#343AB8 (or 0x343AB8) is unknown color: approx Persian Blue. HEX triplet: 34, 3A and B8. RGB value is (52,58,184). Sum of RGB (Red+Green+Blue) = 52+58+184=294 (38% of max value = 765). Red value is 52 (20.70% from 255 or 17.69% from 294); Green value is 58 (23.05% from 255 or 19.73% from 294); Blue value is 184 (72.27% from 255 or 62.59% from 294); Max value from RGB is 184 - color contains mainly: blue. Hex color #343AB8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #343AB8 is #CBC547. Grayscale: #464646. Windows color (decimal): -13354312 or 12073524. OLE color: 12073524.

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

Color convert

RGB5258184-
CMYK0.720.6800.28
HSL237.27º55.93%46.27%-
HSV(B)237.27º71.74%72.16%-
XYZ11.587.2246.13-
YUV70.57192.01114.75-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 17.69%
GREEN value IS 58 (23.05% from 255) = 19.73%
BLUE value IS 184 (72.27% from 255) = 62.59%
R=17.69%
G=19.73%
B=62.59%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal52581840.720.6800.28237.2755.9346.27
Hex343AB8484401Ced382e
Octal64722701101040343557056
Binary110100111010101110001001000100010001110011101101111000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #343AB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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