#2731BE

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

Shades of Persian Blue #2731BE

Tints of Persian Blue #2731BE

Color information

#2731BE (or 0x2731BE) is unknown color: approx Persian Blue. HEX triplet: 27, 31 and BE. RGB value is (39,49,190). Sum of RGB (Red+Green+Blue) = 39+49+190=278 (36% of max value = 765). Red value is 39 (15.62% from 255 or 14.03% from 278); Green value is 49 (19.53% from 255 or 17.63% from 278); Blue value is 190 (74.61% from 255 or 68.35% from 278); Max value from RGB is 190 - color contains mainly: blue. Hex color #2731BE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2731BE is #D8CE41. Grayscale: #3D3D3D. Windows color (decimal): -14208578 or 12464423. OLE color: 12464423.

HSL color Cylindrical-coordinate representation of color #2731BE: hue angle of 236.03º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2731BE is Cyan = 0.79, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB3949190-
CMYK0.790.7400.25
HSL236.03º65.94%44.9%-
HSV(B)236.03º79.47%74.51%-
XYZ11.236.3549.35-
YUV62.08200.19111.54-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 14.03%
GREEN value IS 49 (19.53% from 255) = 17.63%
BLUE value IS 190 (74.61% from 255) = 68.35%
R=14.03%
G=17.63%
B=68.35%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal39491900.790.7400.25236.0365.9444.9
Hex2731BE4F4A019ec422d
Octal476127611711203135410255
Binary1001111100011011111010011111001010011001111011001000010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2731BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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