#3434BB

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

Shades of Persian Blue #3434BB

Tints of Persian Blue #3434BB

Color information

#3434BB (or 0x3434BB) is unknown color: approx Persian Blue. HEX triplet: 34, 34 and BB. RGB value is (52,52,187). Sum of RGB (Red+Green+Blue) = 52+52+187=291 (38% of max value = 765). Red value is 52 (20.70% from 255 or 17.87% from 291); Green value is 52 (20.70% from 255 or 17.87% from 291); Blue value is 187 (73.44% from 255 or 64.26% from 291); Max value from RGB is 187 - color contains mainly: blue. Hex color #3434BB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3434BB is #CBCB44. Grayscale: #424242. Windows color (decimal): -13355845 or 12268596. OLE color: 12268596.

HSL color Cylindrical-coordinate representation of color #3434BB: hue angle of 240º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3434BB is Cyan = 0.72, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB5252187-
CMYK0.720.7200.27
HSL240º56.49%46.86%-
HSV(B)240º72.19%73.33%-
XYZ11.616.7747.71-
YUV67.39195.5117.02-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 17.87%
GREEN value IS 52 (20.70% from 255) = 17.87%
BLUE value IS 187 (73.44% from 255) = 64.26%
R=17.87%
G=17.87%
B=64.26%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal52521870.720.7200.2724056.4946.86
Hex3434BB484801Bf0382f
Octal64642731101100333607057
Binary110100110100101110111001000100100001101111110000111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3434BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3434BB; }

 p { color: rgb(52,52,187); }

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

<style>
 a { background-color: #3434BB; }

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

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

<style>
 span { border-color: #3434BB; }

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

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