#2C36DE

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

Shades of Persian Blue #2C36DE

Tints of Persian Blue #2C36DE

Color information

#2C36DE (or 0x2C36DE) is unknown color: approx Persian Blue. HEX triplet: 2C, 36 and DE. RGB value is (44,54,222). Sum of RGB (Red+Green+Blue) = 44+54+222=320 (42% of max value = 765). Red value is 44 (17.58% from 255 or 13.75% from 320); Green value is 54 (21.48% from 255 or 16.88% from 320); Blue value is 222 (87.11% from 255 or 69.38% from 320); Max value from RGB is 222 - color contains mainly: blue. Hex color #2C36DE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2C36DE is #D3C921. Grayscale: #454545. Windows color (decimal): -13879586 or 14562860. OLE color: 14562860.

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

Color convert

RGB4454222-
CMYK0.800.7600.13
HSL236.63º72.95%52.16%-
HSV(B)236.63º80.18%87.06%-
XYZ15.548.4569.92-
YUV70.16213.69109.34-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 13.75%
GREEN value IS 54 (21.48% from 255) = 16.88%
BLUE value IS 222 (87.11% from 255) = 69.38%
R=13.75%
G=16.88%
B=69.38%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal44542220.800.7600.13236.6372.9552.16
Hex2C36DE504C0Ded4934
Octal546633612011401535511164
Binary101100110110110111101010000100110001101111011011001001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C36DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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