#2a2cbb

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

Shades of Persian Blue #2A2CBB

Tints of Persian Blue #2A2CBB

Color information

#2A2CBB (or 0x2A2CBB) is unknown color: approx Persian Blue. HEX triplet: 2A, 2C and BB. RGB value is (42,44,187). Sum of RGB (Red+Green+Blue) = 42+44+187=273 (36% of max value = 765). Red value is 42 (16.80% from 255 or 15.38% from 273); Green value is 44 (17.58% from 255 or 16.12% from 273); Blue value is 187 (73.44% from 255 or 68.50% from 273); Max value from RGB is 187 - color contains mainly: blue. Hex color #2A2CBB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2A2CBB is #D5D344. Grayscale: #3B3B3B. Windows color (decimal): -14013253 or 12266538. OLE color: 12266538.

HSL color Cylindrical-coordinate representation of color #2A2CBB: hue angle of 239.17º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2A2CBB is Cyan = 0.78, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB4244187-
CMYK0.780.7600.27
HSL239.17º63.32%44.9%-
HSV(B)239.17º77.54%73.33%-
XYZ10.835.8847.58-
YUV59.7199.84115.37-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 15.38%
GREEN value IS 44 (17.58% from 255) = 16.12%
BLUE value IS 187 (73.44% from 255) = 68.50%
R=15.38%
G=16.12%
B=68.50%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal42441870.780.7600.27239.1763.3244.9
Hex2A2CBB4E4C01Bef3f2d
Octal52542731161140333577755
Binary101010101100101110111001110100110001101111101111111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2a2cbb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,44,187); }

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

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

 a { background-color: rgb(42,44,187); }

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

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

 span { border-color: rgb(42,44,187); }

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