#2740c4

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

Shades of Persian Blue #2740C4

Tints of Persian Blue #2740C4

Color information

#2740C4 (or 0x2740C4) is unknown color: approx Persian Blue. HEX triplet: 27, 40 and C4. RGB value is (39,64,196). Sum of RGB (Red+Green+Blue) = 39+64+196=299 (39% of max value = 765). Red value is 39 (15.62% from 255 or 13.04% from 299); Green value is 64 (25.39% from 255 or 21.40% from 299); Blue value is 196 (76.95% from 255 or 65.55% from 299); Max value from RGB is 196 - color contains mainly: blue. Hex color #2740C4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2740C4 is #D8BF3B. Grayscale: #474747. Windows color (decimal): -14204732 or 12861479. OLE color: 12861479.

HSL color Cylindrical-coordinate representation of color #2740C4: hue angle of 230.45º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2740C4 is Cyan = 0.80, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB3964196-
CMYK0.800.6700.23
HSL230.45º66.81%46.08%-
HSV(B)230.45º80.1%76.86%-
XYZ12.638.0853.12-
YUV71.57198.22104.77-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 13.04%
GREEN value IS 64 (25.39% from 255) = 21.40%
BLUE value IS 196 (76.95% from 255) = 65.55%
R=13.04%
G=21.40%
B=65.55%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal39641960.800.6700.23230.4566.8146.08
Hex2740C45043017e6432e
Octal4710030412010302734610356
Binary10011110000001100010010100001000011010111111001101000011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2740c4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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