#2C23BF

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

Shades of Persian Blue #2C23BF

Tints of Persian Blue #2C23BF

Color information

#2C23BF (or 0x2C23BF) is unknown color: approx Persian Blue. HEX triplet: 2C, 23 and BF. RGB value is (44,35,191). Sum of RGB (Red+Green+Blue) = 44+35+191=270 (35% of max value = 765). Red value is 44 (17.58% from 255 or 16.30% from 270); Green value is 35 (14.06% from 255 or 12.96% from 270); Blue value is 191 (75% from 255 or 70.74% from 270); Max value from RGB is 191 - color contains mainly: blue. Hex color #2C23BF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2C23BF is #D3DC40. Grayscale: #363636. Windows color (decimal): -13884481 or 12526380. OLE color: 12526380.

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

Color convert

RGB4435191-
CMYK0.770.8200.25
HSL243.46º69.03%44.31%-
HSV(B)243.46º81.68%74.9%-
XYZ11.045.549.77-
YUV55.47204.48119.82-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 16.30%
GREEN value IS 35 (14.06% from 255) = 12.96%
BLUE value IS 191 (75% from 255) = 70.74%
R=16.30%
G=12.96%
B=70.74%

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
Decimal44351910.770.8200.25243.4669.0344.31
Hex2C23BF4D52019f3452c
Octal544327711512203136310554
Binary1011001000111011111110011011010010011001111100111000101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C23BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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