#2739DA

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

Shades of Persian Blue #2739DA

Tints of Persian Blue #2739DA

Color information

#2739DA (or 0x2739DA) is unknown color: approx Persian Blue. HEX triplet: 27, 39 and DA. RGB value is (39,57,218). Sum of RGB (Red+Green+Blue) = 39+57+218=314 (41% of max value = 765). Red value is 39 (15.62% from 255 or 12.42% from 314); Green value is 57 (22.66% from 255 or 18.15% from 314); Blue value is 218 (85.55% from 255 or 69.43% from 314); Max value from RGB is 218 - color contains mainly: blue. Hex color #2739DA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2739DA is #D8C625. Grayscale: #454545. Windows color (decimal): -14206502 or 14301479. OLE color: 14301479.

HSL color Cylindrical-coordinate representation of color #2739DA: hue angle of 233.97º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2739DA is Cyan = 0.82, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB3957218-
CMYK0.820.7400.15
HSL233.97º70.75%50.39%-
HSV(B)233.97º82.11%85.49%-
XYZ14.958.4267.17-
YUV69.97211.54105.91-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 12.42%
GREEN value IS 57 (22.66% from 255) = 18.15%
BLUE value IS 218 (85.55% from 255) = 69.43%
R=12.42%
G=18.15%
B=69.43%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal39572180.820.7400.15233.9770.7550.39
Hex2739DA524A0Fea4732
Octal477133212211201735210762
Binary100111111001110110101010010100101001111111010101000111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2739DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2739DA; }

 p { color: rgb(39,57,218); }

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

<style>
 a { background-color: #2739DA; }

 a { background-color: rgb(39,57,218); }

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

<style>
 span { border-color: #2739DA; }

 span { border-color: rgb(39,57,218); }

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