#2B2CAD

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

Shades of Persian Blue #2B2CAD

Tints of Persian Blue #2B2CAD

Color information

#2B2CAD (or 0x2B2CAD) is unknown color: approx Persian Blue. HEX triplet: 2B, 2C and AD. RGB value is (43,44,173). Sum of RGB (Red+Green+Blue) = 43+44+173=260 (34% of max value = 765). Red value is 43 (17.19% from 255 or 16.54% from 260); Green value is 44 (17.58% from 255 or 16.92% 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 #2B2CAD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2B2CAD is #D4D352. Grayscale: #393939. Windows color (decimal): -13947731 or 11349035. OLE color: 11349035.

HSL color Cylindrical-coordinate representation of color #2B2CAD: hue angle of 239.54º 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 #2B2CAD is Cyan = 0.75, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB4344173-
CMYK0.750.7500.32
HSL239.54º60.19%42.35%-
HSV(B)239.54º75.14%67.84%-
XYZ9.445.3340.07-
YUV58.41192.67117.01-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 16.54%
GREEN value IS 44 (17.58% from 255) = 16.92%
BLUE value IS 173 (67.97% from 255) = 66.54%
R=16.54%
G=16.92%
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
Decimal43441730.750.7500.32239.5460.1942.35
Hex2B2CAD4B4B020f03c2a
Octal53542551131130403607452
Binary1010111011001010110110010111001011010000011110000111100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B2CAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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