#2C2BCB

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

Shades of Persian Blue #2C2BCB

Tints of Persian Blue #2C2BCB

Color information

#2C2BCB (or 0x2C2BCB) is unknown color: approx Persian Blue. HEX triplet: 2C, 2B and CB. RGB value is (44,43,203). Sum of RGB (Red+Green+Blue) = 44+43+203=290 (38% of max value = 765). Red value is 44 (17.58% from 255 or 15.17% from 290); Green value is 43 (17.19% from 255 or 14.83% from 290); Blue value is 203 (79.69% from 255 or 70% from 290); Max value from RGB is 203 - color contains mainly: blue. Hex color #2C2BCB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2C2BCB is #D3D434. Grayscale: #3C3C3C. Windows color (decimal): -13882421 or 13314860. OLE color: 13314860.

HSL color Cylindrical-coordinate representation of color #2C2BCB: hue angle of 240.38º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2C2BCB is Cyan = 0.78, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB4443203-
CMYK0.780.7900.20
HSL240.38º65.04%48.24%-
HSV(B)240.38º78.82%79.61%-
XYZ12.686.5857.1-
YUV61.54207.83115.49-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 15.17%
GREEN value IS 43 (17.19% from 255) = 14.83%
BLUE value IS 203 (79.69% from 255) = 70%
R=15.17%
G=14.83%
B=70%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal44432030.780.7900.20240.3865.0448.24
Hex2C2BCB4E4F014f04130
Octal545331311611702436010160
Binary1011001010111100101110011101001111010100111100001000001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C2BCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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