#2745AC

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

Shades of Persian Blue #2745AC

Tints of Persian Blue #2745AC

Color information

#2745AC (or 0x2745AC) is unknown color: approx Persian Blue. HEX triplet: 27, 45 and AC. RGB value is (39,69,172). Sum of RGB (Red+Green+Blue) = 39+69+172=280 (37% of max value = 765). Red value is 39 (15.62% from 255 or 13.93% from 280); Green value is 69 (27.34% from 255 or 24.64% from 280); Blue value is 172 (67.58% from 255 or 61.43% from 280); Max value from RGB is 172 - color contains mainly: blue. Hex color #2745AC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2745AC is #D8BA53. Grayscale: #474747. Windows color (decimal): -14203476 or 11289895. OLE color: 11289895.

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

Color convert

RGB3969172-
CMYK0.770.6000.33
HSL226.47º63.03%41.37%-
HSV(B)226.47º77.33%67.45%-
XYZ10.417.6739.96-
YUV71.77184.56104.62-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 13.93%
GREEN value IS 69 (27.34% from 255) = 24.64%
BLUE value IS 172 (67.58% from 255) = 61.43%
R=13.93%
G=24.64%
B=61.43%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal39691720.770.6000.33226.4763.0341.37
Hex2745AC4D3C021e23f29
Octal47105254115740413427751
Binary1001111000101101011001001101111100010000111100010111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2745AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2745AC; }

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

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

<style>
 a { background-color: #2745AC; }

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

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

<style>
 span { border-color: #2745AC; }

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

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