#342BBA

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

Shades of Persian Blue #342BBA

Tints of Persian Blue #342BBA

Color information

#342BBA (or 0x342BBA) is unknown color: approx Persian Blue. HEX triplet: 34, 2B and BA. RGB value is (52,43,186). Sum of RGB (Red+Green+Blue) = 52+43+186=281 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.51% from 281); Green value is 43 (17.19% from 255 or 15.30% from 281); Blue value is 186 (73.05% from 255 or 66.19% from 281); Max value from RGB is 186 - color contains mainly: blue. Hex color #342BBA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #342BBA is #CBD445. Grayscale: #3D3D3D. Windows color (decimal): -13358150 or 12200756. OLE color: 12200756.

HSL color Cylindrical-coordinate representation of color #342BBA: hue angle of 243.78º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #342BBA is Cyan = 0.72, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB5243186-
CMYK0.720.7700.27
HSL243.78º62.45%44.9%-
HSV(B)243.78º76.88%72.94%-
XYZ11.14647.03-
YUV61.99197.98120.87-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 18.51%
GREEN value IS 43 (17.19% from 255) = 15.30%
BLUE value IS 186 (73.05% from 255) = 66.19%
R=18.51%
G=15.30%
B=66.19%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal52431860.720.7700.27243.7862.4544.9
Hex342BBA484D01Bf43e2d
Octal64532721101150333647655
Binary110100101011101110101001000100110101101111110100111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #342BBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #342BBA; }

 p { color: rgb(52,43,186); }

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

<style>
 a { background-color: #342BBA; }

 a { background-color: rgb(52,43,186); }

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

<style>
 span { border-color: #342BBA; }

 span { border-color: rgb(52,43,186); }

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