#3B25BF

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

Shades of Persian Blue #3B25BF

Tints of Persian Blue #3B25BF

Color information

#3B25BF (or 0x3B25BF) is unknown color: approx Persian Blue. HEX triplet: 3B, 25 and BF. RGB value is (59,37,191). Sum of RGB (Red+Green+Blue) = 59+37+191=287 (38% of max value = 765). Red value is 59 (23.44% from 255 or 20.56% from 287); Green value is 37 (14.84% from 255 or 12.89% from 287); Blue value is 191 (75% from 255 or 66.55% from 287); Max value from RGB is 191 - color contains mainly: blue. Hex color #3B25BF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3B25BF is #C4DA40. Grayscale: #3C3C3C. Windows color (decimal): -12900929 or 12526907. OLE color: 12526907.

HSL color Cylindrical-coordinate representation of color #3B25BF: hue angle of 248.57º 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 #3B25BF is Cyan = 0.69, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB5937191-
CMYK0.690.8100.25
HSL248.57º67.54%44.71%-
HSV(B)248.57º80.63%74.9%-
XYZ11.876.0149.83-
YUV61.13201.29126.48-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 20.56%
GREEN value IS 37 (14.84% from 255) = 12.89%
BLUE value IS 191 (75% from 255) = 66.55%
R=20.56%
G=12.89%
B=66.55%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal59371910.690.8100.25248.5767.5444.71
Hex3B25BF4551019f9442d
Octal734527710512103137110455
Binary1110111001011011111110001011010001011001111110011000100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B25BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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