#2F37BF

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

Shades of Persian Blue #2F37BF

Tints of Persian Blue #2F37BF

Color information

#2F37BF (or 0x2F37BF) is unknown color: approx Persian Blue. HEX triplet: 2F, 37 and BF. RGB value is (47,55,191). Sum of RGB (Red+Green+Blue) = 47+55+191=293 (38% of max value = 765). Red value is 47 (18.75% from 255 or 16.04% from 293); Green value is 55 (21.88% from 255 or 18.77% from 293); Blue value is 191 (75% from 255 or 65.19% from 293); Max value from RGB is 191 - color contains mainly: blue. Hex color #2F37BF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2F37BF is #D0C840. Grayscale: #434343. Windows color (decimal): -13682753 or 12531503. OLE color: 12531503.

HSL color Cylindrical-coordinate representation of color #2F37BF: hue angle of 236.67º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2F37BF is Cyan = 0.75, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB4755191-
CMYK0.750.7100.25
HSL236.67º60.5%46.67%-
HSV(B)236.67º75.39%74.9%-
XYZ11.947.150.03-
YUV68.11197.35112.94-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 16.04%
GREEN value IS 55 (21.88% from 255) = 18.77%
BLUE value IS 191 (75% from 255) = 65.19%
R=16.04%
G=18.77%
B=65.19%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal47551910.750.7100.25236.6760.546.67
Hex2F37BF4B47019ed3d2f
Octal57672771131070313557557
Binary101111110111101111111001011100011101100111101101111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F37BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2F37BF; }

 p { color: rgb(47,55,191); }

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

<style>
 a { background-color: #2F37BF; }

 a { background-color: rgb(47,55,191); }

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

<style>
 span { border-color: #2F37BF; }

 span { border-color: rgb(47,55,191); }

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