#273CAB

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

Shades of Persian Blue #273CAB

Tints of Persian Blue #273CAB

Color information

#273CAB (or 0x273CAB) is unknown color: approx Persian Blue. HEX triplet: 27, 3C and AB. RGB value is (39,60,171). Sum of RGB (Red+Green+Blue) = 39+60+171=270 (35% of max value = 765). Red value is 39 (15.62% from 255 or 14.44% from 270); Green value is 60 (23.83% from 255 or 22.22% from 270); Blue value is 171 (67.19% from 255 or 63.33% from 270); Max value from RGB is 171 - color contains mainly: blue. Hex color #273CAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #273CAB is #D8C354. Grayscale: #414141. Windows color (decimal): -14205781 or 11222055. OLE color: 11222055.

HSL color Cylindrical-coordinate representation of color #273CAB: hue angle of 230.45º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #273CAB is Cyan = 0.77, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB3960171-
CMYK0.770.6500.33
HSL230.45º62.86%41.18%-
HSV(B)230.45º77.19%67.06%-
XYZ9.86.639.29-
YUV66.38187.04108.47-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 14.44%
GREEN value IS 60 (23.83% from 255) = 22.22%
BLUE value IS 171 (67.19% from 255) = 63.33%
R=14.44%
G=22.22%
B=63.33%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal39601710.770.6500.33230.4562.8641.18
Hex273CAB4D41021e63f29
Octal47742531151010413467751
Binary1001111111001010101110011011000001010000111100110111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #273CAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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