#3B34BF

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

Shades of Persian Blue #3B34BF

Tints of Persian Blue #3B34BF

Color information

#3B34BF (or 0x3B34BF) is unknown color: approx Persian Blue. HEX triplet: 3B, 34 and BF. RGB value is (59,52,191). Sum of RGB (Red+Green+Blue) = 59+52+191=302 (40% of max value = 765). Red value is 59 (23.44% from 255 or 19.54% from 302); Green value is 52 (20.70% from 255 or 17.22% from 302); Blue value is 191 (75% from 255 or 63.25% from 302); Max value from RGB is 191 - color contains mainly: blue. Hex color #3B34BF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3B34BF is #C4CB40. Grayscale: #454545. Windows color (decimal): -12897089 or 12530747. OLE color: 12530747.

HSL color Cylindrical-coordinate representation of color #3B34BF: hue angle of 243.02º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3B34BF is Cyan = 0.69, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB5952191-
CMYK0.690.7300.25
HSL243.02º57.2%47.65%-
HSV(B)243.02º72.77%74.9%-
XYZ12.447.1550.01-
YUV69.94196.32120.2-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 19.54%
GREEN value IS 52 (20.70% from 255) = 17.22%
BLUE value IS 191 (75% from 255) = 63.25%
R=19.54%
G=17.22%
B=63.25%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal59521910.690.7300.25243.0257.247.65
Hex3B34BF4549019f33930
Octal73642771051110313637160
Binary111011110100101111111000101100100101100111110011111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B34BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,52,191); }

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

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

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

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

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

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

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