#2740BF

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

Shades of Persian Blue #2740BF

Tints of Persian Blue #2740BF

Color information

#2740BF (or 0x2740BF) is unknown color: approx Persian Blue. HEX triplet: 27, 40 and BF. RGB value is (39,64,191). Sum of RGB (Red+Green+Blue) = 39+64+191=294 (38% of max value = 765). Red value is 39 (15.62% from 255 or 13.27% from 294); Green value is 64 (25.39% from 255 or 21.77% from 294); Blue value is 191 (75% from 255 or 64.97% from 294); Max value from RGB is 191 - color contains mainly: blue. Hex color #2740BF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2740BF is #D8BF40. Grayscale: #464646. Windows color (decimal): -14204737 or 12533799. OLE color: 12533799.

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

Color convert

RGB3964191-
CMYK0.800.6600.25
HSL230.13º66.09%45.1%-
HSV(B)230.13º79.58%74.9%-
XYZ12.077.8650.17-
YUV71195.72105.17-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 13.27%
GREEN value IS 64 (25.39% from 255) = 21.77%
BLUE value IS 191 (75% from 255) = 64.97%
R=13.27%
G=21.77%
B=64.97%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal39641910.800.6600.25230.1366.0945.1
Hex2740BF5042019e6422d
Octal4710027712010203134610255
Binary10011110000001011111110100001000010011001111001101000010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2740BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(39,64,191); }

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

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

 a { background-color: rgb(39,64,191); }

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

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

 span { border-color: rgb(39,64,191); }

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