#3225BF

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

Shades of Persian Blue #3225BF

Tints of Persian Blue #3225BF

Color information

#3225BF (or 0x3225BF) is unknown color: approx Persian Blue. HEX triplet: 32, 25 and BF. RGB value is (50,37,191). Sum of RGB (Red+Green+Blue) = 50+37+191=278 (36% of max value = 765). Red value is 50 (19.92% from 255 or 17.99% from 278); Green value is 37 (14.84% from 255 or 13.31% from 278); Blue value is 191 (75% from 255 or 68.71% from 278); Max value from RGB is 191 - color contains mainly: blue. Hex color #3225BF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3225BF is #CDDA40. Grayscale: #393939. Windows color (decimal): -13490753 or 12526898. OLE color: 12526898.

HSL color Cylindrical-coordinate representation of color #3225BF: hue angle of 245.06º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3225BF is Cyan = 0.74, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB5037191-
CMYK0.740.8100.25
HSL245.06º67.54%44.71%-
HSV(B)245.06º80.63%74.9%-
XYZ11.385.7649.8-
YUV58.44202.81121.98-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 17.99%
GREEN value IS 37 (14.84% from 255) = 13.31%
BLUE value IS 191 (75% from 255) = 68.71%
R=17.99%
G=13.31%
B=68.71%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal50371910.740.8100.25245.0667.5444.71
Hex3225BF4A51019f5442d
Octal624527711212103136510455
Binary1100101001011011111110010101010001011001111101011000100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3225BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3225BF; }

 p { color: rgb(50,37,191); }

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

<style>
 a { background-color: #3225BF; }

 a { background-color: rgb(50,37,191); }

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

<style>
 span { border-color: #3225BF; }

 span { border-color: rgb(50,37,191); }

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