#2718B5

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

Shades of Persian Blue #2718B5

Tints of Persian Blue #2718B5

Color information

#2718B5 (or 0x2718B5) is unknown color: approx Persian Blue. HEX triplet: 27, 18 and B5. RGB value is (39,24,181). Sum of RGB (Red+Green+Blue) = 39+24+181=244 (32% of max value = 765). Red value is 39 (15.62% from 255 or 15.98% from 244); Green value is 24 (9.77% from 255 or 9.84% from 244); Blue value is 181 (71.09% from 255 or 74.18% from 244); Max value from RGB is 181 - color contains mainly: blue. Hex color #2718B5 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2718B5 is #D8E74A. Grayscale: #2D2D2D. Windows color (decimal): -14214987 or 11868199. OLE color: 11868199.

HSL color Cylindrical-coordinate representation of color #2718B5: hue angle of 245.73º degrees, saturation: 0.77, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2718B5 is Cyan = 0.78, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB3924181-
CMYK0.780.8700.29
HSL245.73º76.59%40.2%-
HSV(B)245.73º86.74%70.98%-
XYZ9.54.4244.07-
YUV46.38203.97122.73-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 15.98%
GREEN value IS 24 (9.77% from 255) = 9.84%
BLUE value IS 181 (71.09% from 255) = 74.18%
R=15.98%
G=9.84%
B=74.18%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal39241810.780.8700.29245.7376.5940.2
Hex2718B54E5701Df64d28
Octal473026511612703536611550
Binary100111110001011010110011101010111011101111101101001101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2718B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2718B5; }

 p { color: rgb(39,24,181); }

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

<style>
 a { background-color: #2718B5; }

 a { background-color: rgb(39,24,181); }

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

<style>
 span { border-color: #2718B5; }

 span { border-color: rgb(39,24,181); }

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