#273ED1

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

Shades of Persian Blue #273ED1

Tints of Persian Blue #273ED1

Color information

#273ED1 (or 0x273ED1) is unknown color: approx Persian Blue. HEX triplet: 27, 3E and D1. RGB value is (39,62,209). Sum of RGB (Red+Green+Blue) = 39+62+209=310 (41% of max value = 765). Red value is 39 (15.62% from 255 or 12.58% from 310); Green value is 62 (24.61% from 255 or 20% from 310); Blue value is 209 (82.03% from 255 or 67.42% from 310); Max value from RGB is 209 - color contains mainly: blue. Hex color #273ED1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #273ED1 is #D8C12E. Grayscale: #474747. Windows color (decimal): -14205231 or 13712935. OLE color: 13712935.

HSL color Cylindrical-coordinate representation of color #273ED1: hue angle of 231.88º degrees, saturation: 0.69, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #273ED1 is Cyan = 0.81, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB3962209-
CMYK0.810.7000.18
HSL231.88º68.55%48.63%-
HSV(B)231.88º81.34%81.96%-
XYZ14.078.4861.22-
YUV71.88205.38104.55-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 12.58%
GREEN value IS 62 (24.61% from 255) = 20%
BLUE value IS 209 (82.03% from 255) = 67.42%
R=12.58%
G=20%
B=67.42%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal39622090.810.7000.18231.8868.5548.63
Hex273ED15146012e84531
Octal477632112110602235010561
Binary1001111111101101000110100011000110010010111010001000101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #273ED1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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