#3B36BC

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

Shades of Persian Blue #3B36BC

Tints of Persian Blue #3B36BC

Color information

#3B36BC (or 0x3B36BC) is unknown color: approx Persian Blue. HEX triplet: 3B, 36 and BC. RGB value is (59,54,188). Sum of RGB (Red+Green+Blue) = 59+54+188=301 (39% of max value = 765). Red value is 59 (23.44% from 255 or 19.60% from 301); Green value is 54 (21.48% from 255 or 17.94% from 301); Blue value is 188 (73.83% from 255 or 62.46% from 301); Max value from RGB is 188 - color contains mainly: blue. Hex color #3B36BC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3B36BC is #C4C943. Grayscale: #464646. Windows color (decimal): -12896580 or 12334651. OLE color: 12334651.

HSL color Cylindrical-coordinate representation of color #3B36BC: hue angle of 242.24º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3B36BC is Cyan = 0.69, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB5954188-
CMYK0.690.7100.26
HSL242.24º55.37%47.45%-
HSV(B)242.24º71.28%73.73%-
XYZ12.27.248.32-
YUV70.77194.16119.6-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 19.60%
GREEN value IS 54 (21.48% from 255) = 17.94%
BLUE value IS 188 (73.83% from 255) = 62.46%
R=19.60%
G=17.94%
B=62.46%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal59541880.690.7100.26242.2455.3747.45
Hex3B36BC454701Af2372f
Octal73662741051070323626757
Binary111011110110101111001000101100011101101011110010110111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B36BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3B36BC; }

 p { color: rgb(59,54,188); }

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

<style>
 a { background-color: #3B36BC; }

 a { background-color: rgb(59,54,188); }

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

<style>
 span { border-color: #3B36BC; }

 span { border-color: rgb(59,54,188); }

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