#2C23C0

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

Shades of Persian Blue #2C23C0

Tints of Persian Blue #2C23C0

Color information

#2C23C0 (or 0x2C23C0) is unknown color: approx Persian Blue. HEX triplet: 2C, 23 and C0. RGB value is (44,35,192). Sum of RGB (Red+Green+Blue) = 44+35+192=271 (35% of max value = 765). Red value is 44 (17.58% from 255 or 16.24% from 271); Green value is 35 (14.06% from 255 or 12.92% from 271); Blue value is 192 (75.39% from 255 or 70.85% from 271); Max value from RGB is 192 - color contains mainly: blue. Hex color #2C23C0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2C23C0 is #D3DC3F. Grayscale: #363636. Windows color (decimal): -13884480 or 12591916. OLE color: 12591916.

HSL color Cylindrical-coordinate representation of color #2C23C0: hue angle of 243.44º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2C23C0 is Cyan = 0.77, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB4435192-
CMYK0.770.8200.25
HSL243.44º69.16%44.51%-
HSV(B)243.44º81.77%75.29%-
XYZ11.155.5450.35-
YUV55.59204.98119.73-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 16.24%
GREEN value IS 35 (14.06% from 255) = 12.92%
BLUE value IS 192 (75.39% from 255) = 70.85%
R=16.24%
G=12.92%
B=70.85%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal44351920.770.8200.25243.4469.1644.51
Hex2C23C04D52019f3452d
Octal544330011512203136310555
Binary1011001000111100000010011011010010011001111100111000101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C23C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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