#3F2FBE

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

Shades of Persian Blue #3F2FBE

Tints of Persian Blue #3F2FBE

Color information

#3F2FBE (or 0x3F2FBE) is unknown color: approx Persian Blue. HEX triplet: 3F, 2F and BE. RGB value is (63,47,190). Sum of RGB (Red+Green+Blue) = 63+47+190=300 (39% of max value = 765). Red value is 63 (25% from 255 or 21% from 300); Green value is 47 (18.75% from 255 or 15.67% from 300); Blue value is 190 (74.61% from 255 or 63.33% from 300); Max value from RGB is 190 - color contains mainly: blue. Hex color #3F2FBE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3F2FBE is #C0D041. Grayscale: #434343. Windows color (decimal): -12636226 or 12463935. OLE color: 12463935.

HSL color Cylindrical-coordinate representation of color #3F2FBE: hue angle of 246.71º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3F2FBE is Cyan = 0.67, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB6347190-
CMYK0.670.7500.25
HSL246.71º60.34%46.47%-
HSV(B)246.71º75.26%74.51%-
XYZ12.366.8149.38-
YUV68.09196.8124.37-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 21%
GREEN value IS 47 (18.75% from 255) = 15.67%
BLUE value IS 190 (74.61% from 255) = 63.33%
R=21%
G=15.67%
B=63.33%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal63471900.670.7500.25246.7160.3446.47
Hex3F2FBE434B019f73c2e
Octal77572761031130313677456
Binary111111101111101111101000011100101101100111110111111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F2FBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,47,190); }

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

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

 a { background-color: rgb(63,47,190); }

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

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

 span { border-color: rgb(63,47,190); }

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