#2C25CE

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

Shades of Persian Blue #2C25CE

Tints of Persian Blue #2C25CE

Color information

#2C25CE (or 0x2C25CE) is unknown color: approx Persian Blue. HEX triplet: 2C, 25 and CE. RGB value is (44,37,206). Sum of RGB (Red+Green+Blue) = 44+37+206=287 (38% of max value = 765). Red value is 44 (17.58% from 255 or 15.33% from 287); Green value is 37 (14.84% from 255 or 12.89% from 287); Blue value is 206 (80.86% from 255 or 71.78% from 287); Max value from RGB is 206 - color contains mainly: blue. Hex color #2C25CE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2C25CE is #D3DA31. Grayscale: #393939. Windows color (decimal): -13883954 or 13509932. OLE color: 13509932.

HSL color Cylindrical-coordinate representation of color #2C25CE: hue angle of 242.49º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2C25CE is Cyan = 0.79, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB4437206-
CMYK0.790.8200.19
HSL242.49º69.55%47.65%-
HSV(B)242.49º82.04%80.78%-
XYZ12.846.3158.93-
YUV58.36211.32117.76-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 15.33%
GREEN value IS 37 (14.84% from 255) = 12.89%
BLUE value IS 206 (80.86% from 255) = 71.78%
R=15.33%
G=12.89%
B=71.78%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal44372060.790.8200.19242.4969.5547.65
Hex2C25CE4F52013f24630
Octal544531611712202336210660
Binary1011001001011100111010011111010010010011111100101000110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C25CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,37,206); }

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

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

 a { background-color: rgb(44,37,206); }

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

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

 span { border-color: rgb(44,37,206); }

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