#273EAE

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

Shades of Persian Blue #273EAE

Tints of Persian Blue #273EAE

Color information

#273EAE (or 0x273EAE) is unknown color: approx Persian Blue. HEX triplet: 27, 3E and AE. RGB value is (39,62,174). Sum of RGB (Red+Green+Blue) = 39+62+174=275 (36% of max value = 765). Red value is 39 (15.62% from 255 or 14.18% from 275); Green value is 62 (24.61% from 255 or 22.55% from 275); Blue value is 174 (68.36% from 255 or 63.27% from 275); Max value from RGB is 174 - color contains mainly: blue. Hex color #273EAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #273EAE is #D8C151. Grayscale: #434343. Windows color (decimal): -14205266 or 11419175. OLE color: 11419175.

HSL color Cylindrical-coordinate representation of color #273EAE: hue angle of 229.78º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #273EAE is Cyan = 0.78, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB3962174-
CMYK0.780.6400.32
HSL229.78º63.38%41.76%-
HSV(B)229.78º77.59%68.24%-
XYZ10.26.9340.84-
YUV67.89187.88107.39-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 14.18%
GREEN value IS 62 (24.61% from 255) = 22.55%
BLUE value IS 174 (68.36% from 255) = 63.27%
R=14.18%
G=22.55%
B=63.27%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal39621740.780.6400.32229.7863.3841.76
Hex273EAE4E40020e63f2a
Octal47762561161000403467752
Binary1001111111101010111010011101000000010000011100110111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #273EAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #273EAE; }

 p { color: rgb(39,62,174); }

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

<style>
 a { background-color: #273EAE; }

 a { background-color: rgb(39,62,174); }

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

<style>
 span { border-color: #273EAE; }

 span { border-color: rgb(39,62,174); }

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