#273CAE

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

Shades of Persian Blue #273CAE

Tints of Persian Blue #273CAE

Color information

#273CAE (or 0x273CAE) is unknown color: approx Persian Blue. HEX triplet: 27, 3C and AE. RGB value is (39,60,174). Sum of RGB (Red+Green+Blue) = 39+60+174=273 (36% of max value = 765). Red value is 39 (15.62% from 255 or 14.29% from 273); Green value is 60 (23.83% from 255 or 21.98% from 273); Blue value is 174 (68.36% from 255 or 63.74% from 273); Max value from RGB is 174 - color contains mainly: blue. Hex color #273CAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #273CAE is #D8C351. Grayscale: #424242. Windows color (decimal): -14205778 or 11418663. OLE color: 11418663.

HSL color Cylindrical-coordinate representation of color #273CAE: hue angle of 230.67º 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 #273CAE is Cyan = 0.78, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB3960174-
CMYK0.780.6600.32
HSL230.67º63.38%41.76%-
HSV(B)230.67º77.59%68.24%-
XYZ10.096.7240.81-
YUV66.72188.54108.23-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 14.29%
GREEN value IS 60 (23.83% from 255) = 21.98%
BLUE value IS 174 (68.36% from 255) = 63.74%
R=14.29%
G=21.98%
B=63.74%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal39601740.780.6600.32230.6763.3841.76
Hex273CAE4E42020e73f2a
Octal47742561161020403477752
Binary1001111111001010111010011101000010010000011100111111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #273CAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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