#3436BB

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

Shades of Persian Blue #3436BB

Tints of Persian Blue #3436BB

Color information

#3436BB (or 0x3436BB) is unknown color: approx Persian Blue. HEX triplet: 34, 36 and BB. RGB value is (52,54,187). Sum of RGB (Red+Green+Blue) = 52+54+187=293 (38% of max value = 765). Red value is 52 (20.70% from 255 or 17.75% from 293); Green value is 54 (21.48% from 255 or 18.43% from 293); Blue value is 187 (73.44% from 255 or 63.82% from 293); Max value from RGB is 187 - color contains mainly: blue. Hex color #3436BB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3436BB is #CBC944. Grayscale: #444444. Windows color (decimal): -13355333 or 12269108. OLE color: 12269108.

HSL color Cylindrical-coordinate representation of color #3436BB: hue angle of 239.11º 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 #3436BB is Cyan = 0.72, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB5254187-
CMYK0.720.7100.27
HSL239.11º56.49%46.86%-
HSV(B)239.11º72.19%73.33%-
XYZ11.76.9647.74-
YUV68.56194.84116.19-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 17.75%
GREEN value IS 54 (21.48% from 255) = 18.43%
BLUE value IS 187 (73.44% from 255) = 63.82%
R=17.75%
G=18.43%
B=63.82%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal52541870.720.7100.27239.1156.4946.86
Hex3436BB484701Bef382f
Octal64662731101070333577057
Binary110100110110101110111001000100011101101111101111111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3436BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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