#2C3AAB

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

Shades of Persian Blue #2C3AAB

Tints of Persian Blue #2C3AAB

Color information

#2C3AAB (or 0x2C3AAB) is unknown color: approx Persian Blue. HEX triplet: 2C, 3A and AB. RGB value is (44,58,171). Sum of RGB (Red+Green+Blue) = 44+58+171=273 (36% of max value = 765). Red value is 44 (17.58% from 255 or 16.12% from 273); Green value is 58 (23.05% from 255 or 21.25% from 273); Blue value is 171 (67.19% from 255 or 62.64% from 273); Max value from RGB is 171 - color contains mainly: blue. Hex color #2C3AAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2C3AAB is #D3C554. Grayscale: #424242. Windows color (decimal): -13878613 or 11221548. OLE color: 11221548.

HSL color Cylindrical-coordinate representation of color #2C3AAB: hue angle of 233.39º degrees, saturation: 0.59, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2C3AAB is Cyan = 0.74, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB4458171-
CMYK0.740.6600.33
HSL233.39º59.07%42.16%-
HSV(B)233.39º74.27%67.06%-
XYZ9.96.539.26-
YUV66.7186.86111.81-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 16.12%
GREEN value IS 58 (23.05% from 255) = 21.25%
BLUE value IS 171 (67.19% from 255) = 62.64%
R=16.12%
G=21.25%
B=62.64%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal44581710.740.6600.33233.3959.0742.16
Hex2C3AAB4A42021e93b2a
Octal54722531121020413517352
Binary1011001110101010101110010101000010010000111101001111011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C3AAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,58,171); }

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

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

 a { background-color: rgb(44,58,171); }

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

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

 span { border-color: rgb(44,58,171); }

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