#2731C3

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

Shades of Persian Blue #2731C3

Tints of Persian Blue #2731C3

Color information

#2731C3 (or 0x2731C3) is unknown color: approx Persian Blue. HEX triplet: 27, 31 and C3. RGB value is (39,49,195). Sum of RGB (Red+Green+Blue) = 39+49+195=283 (37% of max value = 765). Red value is 39 (15.62% from 255 or 13.78% from 283); Green value is 49 (19.53% from 255 or 17.31% from 283); Blue value is 195 (76.56% from 255 or 68.90% from 283); Max value from RGB is 195 - color contains mainly: blue. Hex color #2731C3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2731C3 is #D8CE3C. Grayscale: #3E3E3E. Windows color (decimal): -14208573 or 12792103. OLE color: 12792103.

HSL color Cylindrical-coordinate representation of color #2731C3: hue angle of 236.15º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2731C3 is Cyan = 0.80, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB3949195-
CMYK0.800.7500.24
HSL236.15º66.67%45.88%-
HSV(B)236.15º80%76.47%-
XYZ11.796.5752.28-
YUV62.65202.69111.13-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 13.78%
GREEN value IS 49 (19.53% from 255) = 17.31%
BLUE value IS 195 (76.56% from 255) = 68.90%
R=13.78%
G=17.31%
B=68.90%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal39491950.800.7500.24236.1566.6745.88
Hex2731C3504B018ec432e
Octal476130312011303035410356
Binary1001111100011100001110100001001011011000111011001000011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2731C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2731C3; }

 p { color: rgb(39,49,195); }

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

<style>
 a { background-color: #2731C3; }

 a { background-color: rgb(39,49,195); }

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

<style>
 span { border-color: #2731C3; }

 span { border-color: rgb(39,49,195); }

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