#2732B1

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

Shades of Persian Blue #2732B1

Tints of Persian Blue #2732B1

Color information

#2732B1 (or 0x2732B1) is unknown color: approx Persian Blue. HEX triplet: 27, 32 and B1. RGB value is (39,50,177). Sum of RGB (Red+Green+Blue) = 39+50+177=266 (35% of max value = 765). Red value is 39 (15.62% from 255 or 14.66% from 266); Green value is 50 (19.92% from 255 or 18.80% from 266); Blue value is 177 (69.53% from 255 or 66.54% from 266); Max value from RGB is 177 - color contains mainly: blue. Hex color #2732B1 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2732B1 is #D8CD4E. Grayscale: #3C3C3C. Windows color (decimal): -14208335 or 11612711. OLE color: 11612711.

HSL color Cylindrical-coordinate representation of color #2732B1: hue angle of 235.22º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2732B1 is Cyan = 0.78, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB3950177-
CMYK0.780.7200.31
HSL235.22º63.89%42.35%-
HSV(B)235.22º77.97%69.41%-
XYZ9.915.8942.21-
YUV61.19193.36112.17-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 14.66%
GREEN value IS 50 (19.92% from 255) = 18.80%
BLUE value IS 177 (69.53% from 255) = 66.54%
R=14.66%
G=18.80%
B=66.54%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal39501770.780.7200.31235.2263.8942.35
Hex2732B14E4801Feb402a
Octal476226111611003735310052
Binary1001111100101011000110011101001000011111111010111000000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2732B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2732B1; }

 p { color: rgb(39,50,177); }

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

<style>
 a { background-color: #2732B1; }

 a { background-color: rgb(39,50,177); }

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

<style>
 span { border-color: #2732B1; }

 span { border-color: rgb(39,50,177); }

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