#273EAC

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

Shades of Persian Blue #273EAC

Tints of Persian Blue #273EAC

Color information

#273EAC (or 0x273EAC) is unknown color: approx Persian Blue. HEX triplet: 27, 3E and AC. RGB value is (39,62,172). Sum of RGB (Red+Green+Blue) = 39+62+172=273 (36% of max value = 765). Red value is 39 (15.62% from 255 or 14.29% from 273); Green value is 62 (24.61% from 255 or 22.71% from 273); Blue value is 172 (67.58% from 255 or 63.00% from 273); Max value from RGB is 172 - color contains mainly: blue. Hex color #273EAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #273EAC is #D8C153. Grayscale: #434343. Windows color (decimal): -14205268 or 11288103. OLE color: 11288103.

HSL color Cylindrical-coordinate representation of color #273EAC: hue angle of 229.62º 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 #273EAC is Cyan = 0.77, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB3962172-
CMYK0.770.6400.33
HSL229.62º63.03%41.37%-
HSV(B)229.62º77.33%67.45%-
XYZ10.016.8639.83-
YUV67.66186.88107.56-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 14.29%
GREEN value IS 62 (24.61% from 255) = 22.71%
BLUE value IS 172 (67.58% from 255) = 63.00%
R=14.29%
G=22.71%
B=63.00%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal39621720.770.6400.33229.6263.0341.37
Hex273EAC4D40021e63f29
Octal47762541151000413467751
Binary1001111111101010110010011011000000010000111100110111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #273EAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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