#343CBC

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

Shades of Persian Blue #343CBC

Tints of Persian Blue #343CBC

Color information

#343CBC (or 0x343CBC) is unknown color: approx Persian Blue. HEX triplet: 34, 3C and BC. RGB value is (52,60,188). Sum of RGB (Red+Green+Blue) = 52+60+188=300 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.33% from 300); Green value is 60 (23.83% from 255 or 20% from 300); Blue value is 188 (73.83% from 255 or 62.67% from 300); Max value from RGB is 188 - color contains mainly: blue. Hex color #343CBC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #343CBC is #CBC343. Grayscale: #474747. Windows color (decimal): -13353796 or 12336180. OLE color: 12336180.

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

Color convert

RGB5260188-
CMYK0.720.6800.26
HSL236.47º56.67%47.06%-
HSV(B)236.47º72.34%73.73%-
XYZ12.117.5948.4-
YUV72.2193.35113.59-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 17.33%
GREEN value IS 60 (23.83% from 255) = 20%
BLUE value IS 188 (73.83% from 255) = 62.67%
R=17.33%
G=20%
B=62.67%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal52601880.720.6800.26236.4756.6747.06
Hex343CBC484401Aec392f
Octal64742741101040323547157
Binary110100111100101111001001000100010001101011101100111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #343CBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,60,188); }

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

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

 a { background-color: rgb(52,60,188); }

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

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

 span { border-color: rgb(52,60,188); }

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