#273ABE

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

Shades of Persian Blue #273ABE

Tints of Persian Blue #273ABE

Color information

#273ABE (or 0x273ABE) is unknown color: approx Persian Blue. HEX triplet: 27, 3A and BE. RGB value is (39,58,190). Sum of RGB (Red+Green+Blue) = 39+58+190=287 (38% of max value = 765). Red value is 39 (15.62% from 255 or 13.59% from 287); Green value is 58 (23.05% from 255 or 20.21% from 287); Blue value is 190 (74.61% from 255 or 66.20% from 287); Max value from RGB is 190 - color contains mainly: blue. Hex color #273ABE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #273ABE is #D8C541. Grayscale: #424242. Windows color (decimal): -14206274 or 12466727. OLE color: 12466727.

HSL color Cylindrical-coordinate representation of color #273ABE: hue angle of 232.45º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #273ABE is Cyan = 0.79, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB3958190-
CMYK0.790.6900.25
HSL232.45º65.94%44.9%-
HSV(B)232.45º79.47%74.51%-
XYZ11.647.1849.49-
YUV67.37197.21107.77-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 13.59%
GREEN value IS 58 (23.05% from 255) = 20.21%
BLUE value IS 190 (74.61% from 255) = 66.20%
R=13.59%
G=20.21%
B=66.20%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal39581900.790.6900.25232.4565.9444.9
Hex273ABE4F45019e8422d
Octal477227611710503135010255
Binary1001111110101011111010011111000101011001111010001000010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #273ABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(39,58,190); }

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

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

 a { background-color: rgb(39,58,190); }

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

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

 span { border-color: rgb(39,58,190); }

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