#2C26AD

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

Shades of Persian Blue #2C26AD

Tints of Persian Blue #2C26AD

Color information

#2C26AD (or 0x2C26AD) is unknown color: approx Persian Blue. HEX triplet: 2C, 26 and AD. RGB value is (44,38,173). Sum of RGB (Red+Green+Blue) = 44+38+173=255 (33% of max value = 765). Red value is 44 (17.58% from 255 or 17.25% from 255); Green value is 38 (15.23% from 255 or 14.90% from 255); Blue value is 173 (67.97% from 255 or 67.84% from 255); Max value from RGB is 173 - color contains mainly: blue. Hex color #2C26AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2C26AD is #D3D952. Grayscale: #363636. Windows color (decimal): -13883731 or 11347500. OLE color: 11347500.

HSL color Cylindrical-coordinate representation of color #2C26AD: hue angle of 242.67º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2C26AD is Cyan = 0.75, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB4438173-
CMYK0.750.7800.32
HSL242.67º63.98%41.37%-
HSV(B)242.67º78.03%67.84%-
XYZ9.274.9440-
YUV55.18194.49120.02-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 17.25%
GREEN value IS 38 (15.23% from 255) = 14.90%
BLUE value IS 173 (67.97% from 255) = 67.84%
R=17.25%
G=14.90%
B=67.84%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal44381730.750.7800.32242.6763.9841.37
Hex2C26AD4B4E020f34029
Octal544625511311604036310051
Binary10110010011010101101100101110011100100000111100111000000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C26AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,38,173); }

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

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

 a { background-color: rgb(44,38,173); }

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

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

 span { border-color: rgb(44,38,173); }

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