#2C23BE

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

Shades of Persian Blue #2C23BE

Tints of Persian Blue #2C23BE

Color information

#2C23BE (or 0x2C23BE) is unknown color: approx Persian Blue. HEX triplet: 2C, 23 and BE. RGB value is (44,35,190). Sum of RGB (Red+Green+Blue) = 44+35+190=269 (35% of max value = 765). Red value is 44 (17.58% from 255 or 16.36% from 269); Green value is 35 (14.06% from 255 or 13.01% from 269); Blue value is 190 (74.61% from 255 or 70.63% from 269); Max value from RGB is 190 - color contains mainly: blue. Hex color #2C23BE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2C23BE is #D3DC41. Grayscale: #363636. Windows color (decimal): -13884482 or 12460844. OLE color: 12460844.

HSL color Cylindrical-coordinate representation of color #2C23BE: hue angle of 243.48º 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 #2C23BE is Cyan = 0.77, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB4435190-
CMYK0.770.8200.25
HSL243.48º68.89%44.12%-
HSV(B)243.48º81.58%74.51%-
XYZ10.935.4649.19-
YUV55.36203.98119.9-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 16.36%
GREEN value IS 35 (14.06% from 255) = 13.01%
BLUE value IS 190 (74.61% from 255) = 70.63%
R=16.36%
G=13.01%
B=70.63%

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
Decimal44351900.770.8200.25243.4868.8944.12
Hex2C23BE4D52019f3452c
Octal544327611512203136310554
Binary1011001000111011111010011011010010011001111100111000101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C23BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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