#2C2CBB

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

Shades of Persian Blue #2C2CBB

Tints of Persian Blue #2C2CBB

Color information

#2C2CBB (or 0x2C2CBB) is unknown color: approx Persian Blue. HEX triplet: 2C, 2C and BB. RGB value is (44,44,187). Sum of RGB (Red+Green+Blue) = 44+44+187=275 (36% of max value = 765). Red value is 44 (17.58% from 255 or 16% from 275); Green value is 44 (17.58% from 255 or 16% from 275); Blue value is 187 (73.44% from 255 or 68% from 275); Max value from RGB is 187 - color contains mainly: blue. Hex color #2C2CBB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2C2CBB is #D3D344. Grayscale: #3B3B3B. Windows color (decimal): -13882181 or 12266540. OLE color: 12266540.

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

Color convert

RGB4444187-
CMYK0.760.7600.27
HSL240º61.9%45.29%-
HSV(B)240º76.47%73.33%-
XYZ10.915.9247.58-
YUV60.3199.5116.37-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 16%
GREEN value IS 44 (17.58% from 255) = 16%
BLUE value IS 187 (73.44% from 255) = 68%
R=16%
G=16%
B=68%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal44441870.760.7600.2724061.945.29
Hex2C2CBB4C4C01Bf03e2d
Octal54542731141140333607655
Binary101100101100101110111001100100110001101111110000111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C2CBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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