#2C2EBE

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

Shades of Persian Blue #2C2EBE

Tints of Persian Blue #2C2EBE

Color information

#2C2EBE (or 0x2C2EBE) is unknown color: approx Persian Blue. HEX triplet: 2C, 2E and BE. RGB value is (44,46,190). Sum of RGB (Red+Green+Blue) = 44+46+190=280 (37% of max value = 765). Red value is 44 (17.58% from 255 or 15.71% from 280); Green value is 46 (18.36% from 255 or 16.43% from 280); Blue value is 190 (74.61% from 255 or 67.86% from 280); Max value from RGB is 190 - color contains mainly: blue. Hex color #2C2EBE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2C2EBE is #D3D141. Grayscale: #3D3D3D. Windows color (decimal): -13881666 or 12463660. OLE color: 12463660.

HSL color Cylindrical-coordinate representation of color #2C2EBE: hue angle of 239.18º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2C2EBE is Cyan = 0.77, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB4446190-
CMYK0.770.7600.25
HSL239.18º62.39%45.88%-
HSV(B)239.18º76.84%74.51%-
XYZ11.316.2149.32-
YUV61.82200.34115.29-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 15.71%
GREEN value IS 46 (18.36% from 255) = 16.43%
BLUE value IS 190 (74.61% from 255) = 67.86%
R=15.71%
G=16.43%
B=67.86%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal44461900.770.7600.25239.1862.3945.88
Hex2C2EBE4D4C019ef3e2e
Octal54562761151140313577656
Binary101100101110101111101001101100110001100111101111111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C2EBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,46,190); }

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

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

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

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

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

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

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