#273CA5

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

Shades of Persian Blue #273CA5

Tints of Persian Blue #273CA5

Color information

#273CA5 (or 0x273CA5) is unknown color: approx Persian Blue. HEX triplet: 27, 3C and A5. RGB value is (39,60,165). Sum of RGB (Red+Green+Blue) = 39+60+165=264 (34% of max value = 765). Red value is 39 (15.62% from 255 or 14.77% from 264); Green value is 60 (23.83% from 255 or 22.73% from 264); Blue value is 165 (64.84% from 255 or 62.5% from 264); Max value from RGB is 165 - color contains mainly: blue. Hex color #273CA5 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #273CA5 is #D8C35A. Grayscale: #414141. Windows color (decimal): -14205787 or 10828839. OLE color: 10828839.

HSL color Cylindrical-coordinate representation of color #273CA5: hue angle of 230º degrees, saturation: 0.62, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #273CA5 is Cyan = 0.76, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB3960165-
CMYK0.760.6400.35
HSL230º61.76%40%-
HSV(B)230º76.36%64.71%-
XYZ9.246.3836.34-
YUV65.69184.04108.96-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 14.77%
GREEN value IS 60 (23.83% from 255) = 22.73%
BLUE value IS 165 (64.84% from 255) = 62.5%
R=14.77%
G=22.73%
B=62.5%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal39601650.760.6400.3523061.7640
Hex273CA54C40023e63e28
Octal47742451141000433467650
Binary1001111111001010010110011001000000010001111100110111110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #273CA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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