#3B33BF

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

Shades of Persian Blue #3B33BF

Tints of Persian Blue #3B33BF

Color information

#3B33BF (or 0x3B33BF) is unknown color: approx Persian Blue. HEX triplet: 3B, 33 and BF. RGB value is (59,51,191). Sum of RGB (Red+Green+Blue) = 59+51+191=301 (39% of max value = 765). Red value is 59 (23.44% from 255 or 19.60% from 301); Green value is 51 (20.31% from 255 or 16.94% from 301); Blue value is 191 (75% from 255 or 63.46% from 301); Max value from RGB is 191 - color contains mainly: blue. Hex color #3B33BF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3B33BF is #C4CC40. Grayscale: #444444. Windows color (decimal): -12897345 or 12530491. OLE color: 12530491.

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

Color convert

RGB5951191-
CMYK0.690.7300.25
HSL243.43º57.85%47.45%-
HSV(B)243.43º73.3%74.9%-
XYZ12.397.0650-
YUV69.35196.65120.62-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 19.60%
GREEN value IS 51 (20.31% from 255) = 16.94%
BLUE value IS 191 (75% from 255) = 63.46%
R=19.60%
G=16.94%
B=63.46%

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
Decimal59511910.690.7300.25243.4357.8547.45
Hex3B33BF4549019f33a2f
Octal73632771051110313637257
Binary111011110011101111111000101100100101100111110011111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B33BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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