#2740DE

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

Shades of Persian Blue #2740DE

Tints of Persian Blue #2740DE

Color information

#2740DE (or 0x2740DE) is unknown color: approx Persian Blue. HEX triplet: 27, 40 and DE. RGB value is (39,64,222). Sum of RGB (Red+Green+Blue) = 39+64+222=325 (43% of max value = 765). Red value is 39 (15.62% from 255 or 12% from 325); Green value is 64 (25.39% from 255 or 19.69% from 325); Blue value is 222 (87.11% from 255 or 68.31% from 325); Max value from RGB is 222 - color contains mainly: blue. Hex color #2740DE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2740DE is #D8BF21. Grayscale: #494949. Windows color (decimal): -14204706 or 14565415. OLE color: 14565415.

HSL color Cylindrical-coordinate representation of color #2740DE: hue angle of 231.8º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2740DE is Cyan = 0.82, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB3964222-
CMYK0.820.7100.13
HSL231.8º73.49%51.18%-
HSV(B)231.8º82.43%87.06%-
XYZ15.859.3770.08-
YUV74.54211.22102.65-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 12%
GREEN value IS 64 (25.39% from 255) = 19.69%
BLUE value IS 222 (87.11% from 255) = 68.31%
R=12%
G=19.69%
B=68.31%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal39642220.820.7100.13231.873.4951.18
Hex2740DE52470De84933
Octal4710033612210701535011163
Binary1001111000000110111101010010100011101101111010001001001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2740DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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