#2C27DE

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

Shades of Persian Blue #2C27DE

Tints of Persian Blue #2C27DE

Color information

#2C27DE (or 0x2C27DE) is unknown color: approx Persian Blue. HEX triplet: 2C, 27 and DE. RGB value is (44,39,222). Sum of RGB (Red+Green+Blue) = 44+39+222=305 (40% of max value = 765). Red value is 44 (17.58% from 255 or 14.43% from 305); Green value is 39 (15.62% from 255 or 12.79% from 305); Blue value is 222 (87.11% from 255 or 72.79% from 305); Max value from RGB is 222 - color contains mainly: blue. Hex color #2C27DE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2C27DE is #D3D821. Grayscale: #3C3C3C. Windows color (decimal): -13883426 or 14559020. OLE color: 14559020.

HSL color Cylindrical-coordinate representation of color #2C27DE: hue angle of 241.64º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2C27DE is Cyan = 0.80, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB4439222-
CMYK0.800.8200.13
HSL241.64º73.49%51.18%-
HSV(B)241.64º82.43%87.06%-
XYZ14.957.2669.72-
YUV61.36218.66115.62-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 14.43%
GREEN value IS 39 (15.62% from 255) = 12.79%
BLUE value IS 222 (87.11% from 255) = 72.79%
R=14.43%
G=12.79%
B=72.79%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal44392220.800.8200.13241.6473.4951.18
Hex2C27DE50520Df24933
Octal544733612012201536211163
Binary101100100111110111101010000101001001101111100101001001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C27DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2C27DE; }

 p { color: rgb(44,39,222); }

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

<style>
 a { background-color: #2C27DE; }

 a { background-color: rgb(44,39,222); }

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

<style>
 span { border-color: #2C27DE; }

 span { border-color: rgb(44,39,222); }

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