#2C23D9

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

Shades of Persian Blue #2C23D9

Tints of Persian Blue #2C23D9

Color information

#2C23D9 (or 0x2C23D9) is unknown color: approx Persian Blue. HEX triplet: 2C, 23 and D9. RGB value is (44,35,217). Sum of RGB (Red+Green+Blue) = 44+35+217=296 (39% of max value = 765). Red value is 44 (17.58% from 255 or 14.86% from 296); Green value is 35 (14.06% from 255 or 11.82% from 296); Blue value is 217 (85.16% from 255 or 73.31% from 296); Max value from RGB is 217 - color contains mainly: blue. Hex color #2C23D9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2C23D9 is #D3DC26. Grayscale: #393939. Windows color (decimal): -13884455 or 14230316. OLE color: 14230316.

HSL color Cylindrical-coordinate representation of color #2C23D9: hue angle of 242.97º degrees, saturation: 0.72, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2C23D9 is Cyan = 0.80, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB4435217-
CMYK0.800.8400.15
HSL242.97º72.22%49.41%-
HSV(B)242.97º83.87%85.1%-
XYZ14.166.7566.2-
YUV58.44217.48117.7-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 14.86%
GREEN value IS 35 (14.06% from 255) = 11.82%
BLUE value IS 217 (85.16% from 255) = 73.31%
R=14.86%
G=11.82%
B=73.31%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal44352170.800.8400.15242.9772.2249.41
Hex2C23D950540Ff34831
Octal544333112012401736311061
Binary101100100011110110011010000101010001111111100111001000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C23D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,35,217); }

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

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

 a { background-color: rgb(44,35,217); }

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

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

 span { border-color: rgb(44,35,217); }

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