#2C2BAD

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

Shades of Persian Blue #2C2BAD

Tints of Persian Blue #2C2BAD

Color information

#2C2BAD (or 0x2C2BAD) is unknown color: approx Persian Blue. HEX triplet: 2C, 2B and AD. RGB value is (44,43,173). Sum of RGB (Red+Green+Blue) = 44+43+173=260 (34% of max value = 765). Red value is 44 (17.58% from 255 or 16.92% from 260); Green value is 43 (17.19% from 255 or 16.54% from 260); Blue value is 173 (67.97% from 255 or 66.54% from 260); Max value from RGB is 173 - color contains mainly: blue. Hex color #2C2BAD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2C2BAD is #D3D452. Grayscale: #393939. Windows color (decimal): -13882451 or 11348780. OLE color: 11348780.

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

Color convert

RGB4443173-
CMYK0.750.7500.32
HSL240.46º60.19%42.35%-
HSV(B)240.46º75.14%67.84%-
XYZ9.455.2840.06-
YUV58.12192.83117.93-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 16.92%
GREEN value IS 43 (17.19% from 255) = 16.54%
BLUE value IS 173 (67.97% from 255) = 66.54%
R=16.92%
G=16.54%
B=66.54%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal44431730.750.7500.32240.4660.1942.35
Hex2C2BAD4B4B020f03c2a
Octal54532551131130403607452
Binary1011001010111010110110010111001011010000011110000111100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C2BAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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